diff options
author | Sam James <sam@gentoo.org> | 2024-01-17 05:49:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-17 05:49:19 +0000 |
commit | b815a1841b33c59b259bb5fb149566a4cc0a8949 (patch) | |
tree | b2fc24b248883d59f58ee4ea4187cabd6e855917 /sys-apps/fakeroot | |
parent | net-misc/curl: Stabilize 8.5.0 arm, #922274 (diff) | |
download | gentoo-b815a1841b33c59b259bb5fb149566a4cc0a8949.tar.gz gentoo-b815a1841b33c59b259bb5fb149566a4cc0a8949.tar.bz2 gentoo-b815a1841b33c59b259bb5fb149566a4cc0a8949.zip |
sys-apps/fakeroot: Stabilize 1.32.2 arm, #922275
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/fakeroot')
-rw-r--r-- | sys-apps/fakeroot/fakeroot-1.32.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fakeroot/fakeroot-1.32.2.ebuild b/sys-apps/fakeroot/fakeroot-1.32.2.ebuild index 00707249475b..04caf028ff4d 100644 --- a/sys-apps/fakeroot/fakeroot-1.32.2.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.32.2.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="acl debug nls test" RESTRICT="!test? ( test )" |