diff options
author | Sam James <sam@gentoo.org> | 2024-01-05 08:14:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-05 08:14:38 +0000 |
commit | 760c4a9ffb046ea8c7a33bfd2ccf9121327e5386 (patch) | |
tree | 084313e06a62af2dd5ec7d2a2216704f1f007931 /sys-fs | |
parent | media-sound/lilypond: Stabilize 2.24.3 arm64, #921374 (diff) | |
download | gentoo-760c4a9ffb046ea8c7a33bfd2ccf9121327e5386.tar.gz gentoo-760c4a9ffb046ea8c7a33bfd2ccf9121327e5386.tar.bz2 gentoo-760c4a9ffb046ea8c7a33bfd2ccf9121327e5386.zip |
sys-fs/genfstab: Keyword 28-r1 arm, #921377
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/genfstab/genfstab-28-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/genfstab/genfstab-28-r1.ebuild b/sys-fs/genfstab/genfstab-28-r1.ebuild index 953fcfbe2b43..ee7735a0bfa0 100644 --- a/sys-fs/genfstab/genfstab-28-r1.ebuild +++ b/sys-fs/genfstab/genfstab-28-r1.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=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/arch-install-scripts-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm64 ~loong x86" +KEYWORDS="amd64 ~arm arm64 ~loong x86" IUSE="test" RESTRICT="!test? ( test )" |