diff options
author | Sam James <sam@gentoo.org> | 2024-01-11 09:36:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-11 09:36:29 +0000 |
commit | f7ac6d49a10a2c94231e0cdd0e069ceca1e6c46e (patch) | |
tree | f0fa7b57de8f760452ee11100ce84b81d1a05940 /sys-apps/smartmontools | |
parent | dev-perl/Apache-Reload: Stabilize 0.140.0 x86, #914405 (diff) | |
download | gentoo-f7ac6d49a10a2c94231e0cdd0e069ceca1e6c46e.tar.gz gentoo-f7ac6d49a10a2c94231e0cdd0e069ceca1e6c46e.tar.bz2 gentoo-f7ac6d49a10a2c94231e0cdd0e069ceca1e6c46e.zip |
sys-apps/smartmontools: Stabilize 7.4 x86, #914891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/smartmontools-7.4.ebuild b/sys-apps/smartmontools/smartmontools-7.4.ebuild index 6eda646090a6..29894f7c677f 100644 --- a/sys-apps/smartmontools/smartmontools-7.4.ebuild +++ b/sys-apps/smartmontools/smartmontools-7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools subversion else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Tools to monitor storage systems to provide advanced warning of disk degradation" |