commit:     acda40e45c20b4821d8d322a959d576482873d36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 16:35:13 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 16:35:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acda40e4

net-libs/libtorrent-rasterbar: Fix broken cascaded configure options

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 <AT> gentoo.org>

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild | 4 ++--
 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild
index 68db15e431c..507b80a7cbe 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild
@@ -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)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild
index f8bc1206181..2de04027aa5 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.1.ebuild
@@ -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)

Reply via email to