Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Sat, 21 Aug 2021 22:16:01
Message-Id: 1629584111.3e1819fbb24a71d682afe2fa9372bad74b830ae2.chewi@gentoo
1 commit: 3e1819fbb24a71d682afe2fa9372bad74b830ae2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 16:11:44 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 22:15:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1819fb
7
8 sys-libs/libxcrypt: Keyword 4.4.25 for ~m68k
9
10 One scrypt-related test fails. There was a similar failure in scrypt's
11 own test suite, and I'm going to look into it.
12
13 Closes: https://bugs.gentoo.org/749933
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
16
17 sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
21 index 6ca63517d94..98714fc323b 100644
22 --- a/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
23 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild
24 @@ -20,7 +20,7 @@ fi
25
26 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
27 SLOT="0/1"
28 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 IUSE="+compat split-usr +static-libs system test"
31 REQUIRED_USE="split-usr? ( system )"
32 RESTRICT="!test? ( test )"