diff options
author | 2024-02-28 00:12:15 +0000 | |
---|---|---|
committer | 2024-02-28 00:12:15 +0000 | |
commit | 7d2d56b7a9a73222af4ebd102b0411e1f7e4ff48 (patch) | |
tree | 4ab13bfc5c6ce9c80f3a43c995af8780f32014e4 /dev-libs | |
parent | sys-apps/systemd: add 255.4 (diff) | |
download | gentoo-7d2d56b7a9a73222af4ebd102b0411e1f7e4ff48.tar.gz gentoo-7d2d56b7a9a73222af4ebd102b0411e1f7e4ff48.tar.bz2 gentoo-7d2d56b7a9a73222af4ebd102b0411e1f7e4ff48.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libbsd/libbsd-0.12.0.ebuild | 8 |
1 files 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 |