diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-14 20:31:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-14 20:34:50 +0200 |
commit | 867eac596ae4f3482073bd59a8663051c7242a57 (patch) | |
tree | b38f50f61f9a366c19bff0aa5b9a2c3110d7238e /dev-libs/libixion | |
parent | media-gfx/graphite2: fix build w/o gcc (diff) | |
download | gentoo-867eac596ae4f3482073bd59a8663051c7242a57.tar.gz gentoo-867eac596ae4f3482073bd59a8663051c7242a57.tar.bz2 gentoo-867eac596ae4f3482073bd59a8663051c7242a57.zip |
dev-libs/libixion: Drop IUSE threads
Closes: https://bugs.gentoo.org/869731
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r-- | dev-libs/libixion/libixion-0.17.0.ebuild | 4 | ||||
-rw-r--r-- | 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[@]}" } |