diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-27 22:49:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-27 22:49:44 +0300 |
commit | d253442e6fef143c66c89d36e53728fc857adf5c (patch) | |
tree | 7cf89672099dfdf9686770ebeb9a332975d613c6 /net-libs | |
parent | net-proxy/squid: Drop old (diff) | |
download | gentoo-d253442e6fef143c66c89d36e53728fc857adf5c.tar.gz gentoo-d253442e6fef143c66c89d36e53728fc857adf5c.tar.bz2 gentoo-d253442e6fef143c66c89d36e53728fc857adf5c.zip |
net-libs/libtorrent-rasterbar: remove explicit boost path
Closes: https://bugs.gentoo.org/719824
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs')
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild index 2fb8281a2df6..45cbda7f47c4 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild @@ -72,7 +72,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) - --with-boost="${EPREFIX}/usr" + --with-boost --with-libiconv --enable-logging ) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild index 5db9e76e2041..d2ce70951e8a 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild @@ -69,7 +69,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) - --with-boost="${EPREFIX}/usr" + --with-boost --with-libiconv --enable-logging ) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.8.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.8.ebuild index ffb200fbe91e..ec2c3393a34e 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.8.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.8.ebuild @@ -70,7 +70,7 @@ src_configure() { $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) - --with-boost="${EPREFIX}/usr" + --with-boost --with-libiconv --enable-logging ) |