summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-08-27 22:49:44 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-08-27 22:49:44 +0300
commitd253442e6fef143c66c89d36e53728fc857adf5c (patch)
tree7cf89672099dfdf9686770ebeb9a332975d613c6 /net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild
parentnet-proxy/squid: Drop old (diff)
downloadgentoo-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/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild2
1 files changed, 1 insertions, 1 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
)