From 867eac596ae4f3482073bd59a8663051c7242a57 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 14 Sep 2022 20:31:33 +0200 Subject: dev-libs/libixion: Drop IUSE threads Closes: https://bugs.gentoo.org/869731 Signed-off-by: Andreas Sturmlechner --- dev-libs/libixion/libixion-0.17.0.ebuild | 4 +--- dev-libs/libixion/libixion-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'dev-libs/libixion') diff --git a/dev-libs/libixion/libixion-0.17.0.ebuild b/dev-libs/libixion/libixion-0.17.0.ebuild index 69eac26d6118..69c4d1bf9dfd 100644 --- a/dev-libs/libixion/libixion-0.17.0.ebuild +++ b/dev-libs/libixion/libixion-0.17.0.ebuild @@ -21,7 +21,7 @@ fi LICENSE="MIT" SLOT="0/0.17" # based on SONAME of libixion.so -IUSE="debug python +threads" +IUSE="debug python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -43,12 +43,10 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-static $(use_enable debug) $(use_enable debug debug-utils) $(use_enable debug log-debug) $(use_enable python) - $(use_enable threads) ) econf "${myeconfargs[@]}" } diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 982b9e013cdb..5d1e81d42e19 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="MIT" SLOT="0/0.18" # based on SONAME of libixion.so -IUSE="debug python +threads" +IUSE="debug python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -44,12 +44,10 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-static $(use_enable debug) $(use_enable debug debug-utils) $(use_enable debug log-debug) $(use_enable python) - $(use_enable threads) ) econf "${myeconfargs[@]}" } -- cgit v1.2.3-65-gdbad