diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-12 18:50:36 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-12 18:50:36 -0800 |
commit | b9cc983bd63988cf2b6c988196dd181e84a27ad5 (patch) | |
tree | 5f8b6f72a42c1c68de00b2615791dd4cfaa07908 /sys-apps/keyutils | |
parent | cargo.eclass: really fix typo (diff) | |
download | gentoo-b9cc983bd63988cf2b6c988196dd181e84a27ad5.tar.gz gentoo-b9cc983bd63988cf2b6c988196dd181e84a27ad5.tar.bz2 gentoo-b9cc983bd63988cf2b6c988196dd181e84a27ad5.zip |
sys-apps/keyutils: Stabilize 1.6.3 ppc64, #789837
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/keyutils')
-rw-r--r-- | sys-apps/keyutils/keyutils-1.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/keyutils/keyutils-1.6.3.ebuild b/sys-apps/keyutils/keyutils-1.6.3.ebuild index d32b3b91f411..99217d63b428 100644 --- a/sys-apps/keyutils/keyutils-1.6.3.ebuild +++ b/sys-apps/keyutils/keyutils-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/s LICENSE="GPL-2 LGPL-2.1" SLOT="0/1.9" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static static-libs test" RESTRICT="!test? ( test )" |