diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-08-19 21:58:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-19 22:04:05 +0300 |
commit | 0f60d7bc93a2aeffcce2c7e3ee7b1a70e1d516d9 (patch) | |
tree | f247bc7411d55a0a6916fc23927d6b672f23cb04 /dev-libs/eb | |
parent | dev-libs/eb: fix build with gcc14, bump to 4.4.3 (diff) | |
download | gentoo-0f60d7bc93a2aeffcce2c7e3ee7b1a70e1d516d9.tar.gz gentoo-0f60d7bc93a2aeffcce2c7e3ee7b1a70e1d516d9.tar.bz2 gentoo-0f60d7bc93a2aeffcce2c7e3ee7b1a70e1d516d9.zip |
dev-libs/eb: destabilize, always enable ipv6 on 4.4.3+
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/eb-4.4.3.ebuild | 6 |
1 files 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 |