Skip to content

Commit

Permalink
dev-libs/botan: drop kw for 3.3.0
Browse files Browse the repository at this point in the history
Has a test failure.

Bug: randombit/botan#3917
Bug: https://bugs.gentoo.org/925147
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Feb 21, 2024
1 parent efbc796 commit 8b08eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-libs/botan/botan-3.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos"
# Unkeyworded because of https://github.com/randombit/botan/issues/3917
#KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}
Expand Down

0 comments on commit 8b08eae

Please sign in to comment.