diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:56:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:56:11 +0200 |
commit | 77c875c99cae91b6387d20c0205d39beceb46979 (patch) | |
tree | 9bb3049261950a0f08aa4f7ebc05fdadf5037bad /sys-apps/fakeroot | |
parent | dev-perl/IO-Socket-SSL: Stabilize 2.81.0 arm64, #899504 (diff) | |
download | gentoo-77c875c99cae91b6387d20c0205d39beceb46979.tar.gz gentoo-77c875c99cae91b6387d20c0205d39beceb46979.tar.bz2 gentoo-77c875c99cae91b6387d20c0205d39beceb46979.zip |
sys-apps/fakeroot: Stabilize 1.30.1 sparc, #899360
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/fakeroot')
-rw-r--r-- | sys-apps/fakeroot/fakeroot-1.30.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fakeroot/fakeroot-1.30.1.ebuild b/sys-apps/fakeroot/fakeroot-1.30.1.ebuild index 523ceccc2c7c..4425a02861c8 100644 --- a/sys-apps/fakeroot/fakeroot-1.30.1.ebuild +++ b/sys-apps/fakeroot/fakeroot-1.30.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |