diff options
author | Sam James <sam@gentoo.org> | 2022-05-10 17:01:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-11 00:49:05 +0000 |
commit | 59a3d3369a55f48c4ec3ceba101c1aab499d447f (patch) | |
tree | bb8075f63f499dd59cb20cdc102abf03aa251d66 /sys-apps/keyutils | |
parent | media-libs/libvpx: drop to ~sparc (diff) | |
download | gentoo-59a3d3369a55f48c4ec3ceba101c1aab499d447f.tar.gz gentoo-59a3d3369a55f48c4ec3ceba101c1aab499d447f.tar.bz2 gentoo-59a3d3369a55f48c4ec3ceba101c1aab499d447f.zip |
sys-apps/keyutils: drop to ~sparc
Too many test failures. Unclear if it truly works at runtime.
Bug: https://bugs.gentoo.org/789837
Bug: https://bugs.gentoo.org/636252
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/keyutils')
-rw-r--r-- | sys-apps/keyutils/keyutils-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/keyutils/keyutils-1.6.1.ebuild b/sys-apps/keyutils/keyutils-1.6.1.ebuild index 96aead1e2727..7b40e4596402 100644 --- a/sys-apps/keyutils/keyutils-1.6.1.ebuild +++ b/sys-apps/keyutils/keyutils-1.6.1.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 )" |