From acda40e45c20b4821d8d322a959d576482873d36 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 16 Jul 2019 18:35:13 +0200 Subject: 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 --- 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 68db15e431cf..507b80a7cbe3 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 f8bc1206181e..2de04027aa58 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) -- cgit v1.2.3-65-gdbad