diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-12-01 23:36:11 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-12-01 23:36:11 +0100 |
commit | f5d0ecf5c5020b1fc6b55424cb0cb30c5ec32797 (patch) | |
tree | 6fbab07119c6255d1deae9b63cc528cb74eb2f1b /app-crypt | |
parent | perl-core/Getopt-Long: Stabilize 2.580.0 x86, #945607 (diff) | |
download | gentoo-f5d0ecf5c5020b1fc6b55424cb0cb30c5ec32797.tar.gz gentoo-f5d0ecf5c5020b1fc6b55424cb0cb30c5ec32797.tar.bz2 gentoo-f5d0ecf5c5020b1fc6b55424cb0cb30c5ec32797.zip |
app-crypt/johntheripper: Stabilize 1.9.0 x86, #945611
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild index 922272164eff..7b79eb46dea0 100644 --- a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild @@ -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}" |