summaryrefslogtreecommitdiff
path: root/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
index 3bb5a10e01ab..d3c1a6f318d0 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.2-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="threads(+)"
DISTUTILS_OPTIONAL=true
DISTUTILS_IN_SOURCE_BUILD=true
-inherit autotools distutils-r1 flag-o-matic
+inherit autotools distutils-r1
MY_PV=$(ver_rs 1-2 '_')
MY_P=${PN/-rasterbar}-${MY_PV}
@@ -24,6 +24,8 @@ IUSE="debug +dht doc examples libressl python +ssl static-libs test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
RDEPEND="
dev-libs/boost:=[threads]
virtual/libiconv
@@ -61,7 +63,6 @@ src_prepare() {
}
src_configure() {
- append-cxxflags -std=c++11 # bug 634506
local myeconfargs=(
$(use_enable debug)