diff options
author | Sam James <sam@gentoo.org> | 2025-01-23 22:43:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-23 22:43:01 +0000 |
commit | 4cbb52fccf36c4534789a75c4b81bd620c81bb16 (patch) | |
tree | 9806c2d943a6056be3efb4a851f43b734ad7dd49 /dev-libs | |
parent | dev-libs/botan: Stabilize 3.6.1 x86, #919938 (diff) | |
download | gentoo-4cbb52fccf36c4534789a75c4b81bd620c81bb16.tar.gz gentoo-4cbb52fccf36c4534789a75c4b81bd620c81bb16.tar.bz2 gentoo-4cbb52fccf36c4534789a75c4b81bd620c81bb16.zip |
dev-libs/botan: Stabilize 3.6.1 ppc64, #919938
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/botan-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-3.6.1.ebuild b/dev-libs/botan/botan-3.6.1.ebuild index c5a254b4cdd3..052faed7a59a 100644 --- a/dev-libs/botan/botan-3.6.1.ebuild +++ b/dev-libs/botan/botan-3.6.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" # New major versions are parallel-installable SLOT="$(ver_cut 1)/$(ver_cut 1-2)" # soname version -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" IUSE="doc boost bzip2 lzma python static-libs sqlite test tools zlib" CPU_USE=( cpu_flags_arm_{aes,neon,sha1,sha2} |