diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-16 18:35:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-16 18:35:29 +0200 |
commit | acda40e45c20b4821d8d322a959d576482873d36 (patch) | |
tree | 1e8f3fcbaf6b21cc3c80b228a991ec1c98e602da /net-libs | |
parent | media-sound/supercollider: Fix USE server w/ boost-1.70, no ccache (diff) | |
download | gentoo-acda40e45c20b4821d8d322a959d576482873d36.tar.gz gentoo-acda40e45c20b4821d8d322a959d576482873d36.tar.bz2 gentoo-acda40e45c20b4821d8d322a959d576482873d36.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.13.ebuild | 4 | ||||
-rw-r--r-- | 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) |