commit: 7d2d56b7a9a73222af4ebd102b0411e1f7e4ff48 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 00:12:15 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 00:12:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d56b7
dev-libs/libbsd: unkeyword 0.12.0 I don't want to rush a fix for this, so drop kws for now to avoid installing a buggy wrapper. Closes: https://bugs.gentoo.org/925663 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libbsd/libbsd-0.12.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-libs/libbsd/libbsd-0.12.0.ebuild b/dev-libs/libbsd/libbsd-0.12.0.ebuild index 597b8dad0029..730ba456ac1e 100644 --- a/dev-libs/libbsd/libbsd-0.12.0.ebuild +++ b/dev-libs/libbsd/libbsd-0.12.0.ebuild @@ -13,7 +13,8 @@ SRC_URI+=" verify-sig? ( https://${PN}.freedesktop.org/releases/${P}.tar.xz.asc LICENSE="BEER-WARE BSD BSD-2 BSD-4 ISC MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +# Unkeyworded until figured out a solution for bug #925663 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]" @@ -23,11 +24,6 @@ DEPEND=" " BDEPEND="verify-sig? ( sec-keys/openpgp-keys-guillemjover )" -MULTILIB_WRAPPED_HEADERS=( - # Diverges for time64 - /usr/include/bsd/sys/cdefs.h -) - multilib_src_configure() { # bug #911726 filter-flags -fno-semantic-interposition
