net-libs/libtorrent-rasterbar: Fix broken cascaded configure options
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 16 Jul 2019 16:35:13 +0000 (18:35 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 16 Jul 2019 16:35:29 +0000 (18:35 +0200)
Non-maintainer commit. I could not trigger a build error, so whatever
was the motivation in commit 54792cd74a1ed9d50c6c335829ee3a6015e17f5f
may not be relevant anymore.

Closes: https://bugs.gentoo.org/676092
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild
net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild

index 68db15e431cffe8b49a8c4f0c31f5159d4aaec3f..507b80a7cbe332d262640bd7efe34492d5578c65 100644 (file)
@@ -58,9 +58,9 @@ src_configure() {
 
        local myeconfargs=(
                $(use_enable debug)
-               $(use_enable debug logging)
                $(use_enable debug disk-stats)
-               $(use_enable dht dht $(usex debug logging $(usex ('yes' 'no'))))
+               $(use_enable debug logging)
+               $(use_enable dht)
                $(use_enable examples)
                $(use_enable ssl encryption)
                $(use_enable static-libs static)
index f8bc1206181e87bb5b6e8479aeec47755ccc68ae..2de04027aa580dbc80e11625ea5bde9dd3c2bb48 100644 (file)
@@ -66,7 +66,8 @@ src_configure() {
        local myeconfargs=(
                $(use_enable debug)
                $(use_enable debug export-all)
-               $(use_enable dht dht $(usex debug logging $(usex ('yes' 'no'))))
+               $(use_enable debug logging)
+               $(use_enable dht)
                $(use_enable examples)
                $(use_enable ssl encryption)
                $(use_enable static-libs static)