Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/
Date: Tue, 07 May 2019 06:26:45
Message-Id: 1557210386.cb255c22fff480da57f72c438b7bd175df96ed58.slyfox@gentoo
1 commit: cb255c22fff480da57f72c438b7bd175df96ed58
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue May 7 05:37:59 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 06:26:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb255c22
7
8 app-crypt/johntheripper: stable 1.8.0 for sparc, bug #684632
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
19 index 8cd2dafa182..95f542e6070 100644
20 --- a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
21 +++ b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ SRC_URI="https://www.openwall.com/john/j/${MY_P}.tar.xz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
34 CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx cpu_flags_x86_xop"
35 IUSE="custom-cflags openmp ${CPU_FLAGS}"