diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:03:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:03:07 +0000 |
commit | 4ac8bc9d8d3f85f4f9a6cc0953ce014c286ae5c6 (patch) | |
tree | ccc635a2964f78de9fd370922b4f4a291a9b106a /app-crypt | |
parent | dev-libs/libsass: Stabilize 3.6.6 arm64, #945640 (diff) | |
download | gentoo-4ac8bc9d8d3f85f4f9a6cc0953ce014c286ae5c6.tar.gz gentoo-4ac8bc9d8d3f85f4f9a6cc0953ce014c286ae5c6.tar.bz2 gentoo-4ac8bc9d8d3f85f4f9a6cc0953ce014c286ae5c6.zip |
app-crypt/johntheripper: Stabilize 1.9.0 arm, #945611
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild index fabbd858c1cf..f24bc5561041 100644 --- a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://www.openwall.com/john/k/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_xop" IUSE="custom-cflags openmp ${CPU_FLAGS}" |