commit:     867eac596ae4f3482073bd59a8663051c7242a57
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 18:31:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 18:34:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867eac59

dev-libs/libixion: Drop IUSE threads

Closes: https://bugs.gentoo.org/869731
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libixion/libixion-0.17.0.ebuild | 4 +---
 dev-libs/libixion/libixion-9999.ebuild   | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

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[@]}"
 }

Reply via email to