Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/keyutils/
Date: Wed, 11 May 2022 00:49:41
Message-Id: 1652230145.59a3d3369a55f48c4ec3ceba101c1aab499d447f.sam@gentoo
1 commit: 59a3d3369a55f48c4ec3ceba101c1aab499d447f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 17:01:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 00:49:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a3d336
7
8 sys-apps/keyutils: drop to ~sparc
9
10 Too many test failures. Unclear if it truly works at runtime.
11
12 Bug: https://bugs.gentoo.org/789837
13 Bug: https://bugs.gentoo.org/636252
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-apps/keyutils/keyutils-1.6.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/sys-apps/keyutils/keyutils-1.6.1.ebuild b/sys-apps/keyutils/keyutils-1.6.1.ebuild
20 index 96aead1e2727..7b40e4596402 100644
21 --- a/sys-apps/keyutils/keyutils-1.6.1.ebuild
22 +++ b/sys-apps/keyutils/keyutils-1.6.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -11,7 +11,7 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/s
30
31 LICENSE="GPL-2 LGPL-2.1"
32 SLOT="0/1.9"
33 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
34 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
35 IUSE="static static-libs test"
36 RESTRICT="!test? ( test )"