commit: 0f60d7bc93a2aeffcce2c7e3ee7b1a70e1d516d9 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Aug 19 18:58:14 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 19:04:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f60d7bc
dev-libs/eb: destabilize, always enable ipv6 on 4.4.3+ Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/eb/eb-4.4.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/eb/eb-4.4.3.ebuild b/dev-libs/eb/eb-4.4.3.ebuild index 47152c89bf66..21c8b4a69be1 100644 --- a/dev-libs/eb/eb-4.4.3.ebuild +++ b/dev-libs/eb/eb-4.4.3.ebuild @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" -IUSE="ipv6 nls threads" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="nls threads" RDEPEND=" sys-libs/zlib @@ -34,7 +34,7 @@ src_prepare() { src_configure() { local myeconfargs=( - $(use_enable ipv6) + --enable-ipv6 $(use_enable nls) $(use_enable threads pthread) --with-pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html
