Skip to content

Commit

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

Bug: randombit/botan#3916
Bug: https://bugs.gentoo.org/925147
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 21, 2024
1 parent 94c175b commit efbc796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-libs/botan/botan-2.19.4.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 ~sparc ~x86 ~ppc-macos"
# Unkeyworded because of https://github.com/randombit/botan/issues/3916
#KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ppc-macos"
IUSE="doc boost bzip2 lzma python static-libs sqlite test tools zlib"
CPU_USE=(
cpu_flags_arm_{aes,neon}
Expand Down

0 comments on commit efbc796

Please sign in to comment.