Diff smartmontools-7.4 with a smartmontools-9999

/usr/portage/sys-apps/smartmontools/smartmontools-9999.ebuild 2024-12-25 14:59:52.775270183 +0300
1 1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit flag-o-matic systemd
7 7
if [[ ${PV} == 9999 ]] ; then
......
10 10
	inherit autotools subversion
11 11
else
12 12
	SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
13
	KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
13
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
14 14
fi
15 15

  
16 16
DESCRIPTION="Tools to monitor storage systems to provide advanced warning of disk degradation"
......
66 66
		--with-drivedbdir="${EPREFIX}/var/db/${PN}" #575292
67 67
		--with-initscriptdir="${EPREFIX}/etc/init.d"
68 68
		#--with-smartdscriptdir="${EPREFIX}/usr/share/${PN}"
69
		--with-systemdenvfile=no
69 70
		$(use_with caps libcap-ng)
70 71
		$(use_with selinux)
71 72
		$(use_with systemd libsystemd)
......
113 114
	fi
114 115

  
115 116
	# Make sure we never install drivedb.h into the db location
116
	# of the acutal image so we don't record hashes because user
117
	# of the actual image so we don't record hashes because user
117 118
	# can modify that file
118 119
	rm -f "${ED}${db_path}/drivedb.h" || die
119 120

  
Thank you!