Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Wed, 14 Sep 2022 18:35:05
Message-Id: 1663180490.867eac596ae4f3482073bd59a8663051c7242a57.asturm@gentoo
1 commit: 867eac596ae4f3482073bd59a8663051c7242a57
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 18:31:33 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 18:34:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867eac59
7
8 dev-libs/libixion: Drop IUSE threads
9
10 Closes: https://bugs.gentoo.org/869731
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libixion/libixion-0.17.0.ebuild | 4 +---
14 dev-libs/libixion/libixion-9999.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-libs/libixion/libixion-0.17.0.ebuild b/dev-libs/libixion/libixion-0.17.0.ebuild
18 index 69eac26d6118..69c4d1bf9dfd 100644
19 --- a/dev-libs/libixion/libixion-0.17.0.ebuild
20 +++ b/dev-libs/libixion/libixion-0.17.0.ebuild
21 @@ -21,7 +21,7 @@ fi
22
23 LICENSE="MIT"
24 SLOT="0/0.17" # based on SONAME of libixion.so
25 -IUSE="debug python +threads"
26 +IUSE="debug python"
27
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
29
30 @@ -43,12 +43,10 @@ src_prepare() {
31
32 src_configure() {
33 local myeconfargs=(
34 - --disable-static
35 $(use_enable debug)
36 $(use_enable debug debug-utils)
37 $(use_enable debug log-debug)
38 $(use_enable python)
39 - $(use_enable threads)
40 )
41 econf "${myeconfargs[@]}"
42 }
43
44 diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
45 index 982b9e013cdb..5d1e81d42e19 100644
46 --- a/dev-libs/libixion/libixion-9999.ebuild
47 +++ b/dev-libs/libixion/libixion-9999.ebuild
48 @@ -22,7 +22,7 @@ fi
49
50 LICENSE="MIT"
51 SLOT="0/0.18" # based on SONAME of libixion.so
52 -IUSE="debug python +threads"
53 +IUSE="debug python"
54
55 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
56
57 @@ -44,12 +44,10 @@ src_prepare() {
58
59 src_configure() {
60 local myeconfargs=(
61 - --disable-static
62 $(use_enable debug)
63 $(use_enable debug debug-utils)
64 $(use_enable debug log-debug)
65 $(use_enable python)
66 - $(use_enable threads)
67 )
68 econf "${myeconfargs[@]}"
69 }