diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-06-08 00:56:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-06-08 00:56:38 +0300 |
commit | c8dd70afc07bbb5c97a8fe33ae94fe50bd82e183 (patch) | |
tree | 897a9b74be27f1abecde9d96a56eee734ea6fbad /net-p2p | |
parent | aeb412883b87ff87c3e3dfeacc0d692ff7dae304 (diff) |
rtorrent update use flags
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-scm.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/rtorrent-scm.ebuild b/net-p2p/rtorrent/rtorrent-scm.ebuild index b3e5487..8094755 100644 --- a/net-p2p/rtorrent/rtorrent-scm.ebuild +++ b/net-p2p/rtorrent/rtorrent-scm.ebuild @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="daemon debug ipv6 xmlrpc" +IUSE="daemon debug ipv6 xmlrpc +c++0x" EGIT_REPO_URI="git://github.com/rakshasa/rtorrent.git" EGIT_BOOTSTRAP="./autogen.sh" @@ -41,6 +41,7 @@ src_compile() { econf $(use_enable debug) \ $(use_enable ipv6) \ + $(use_enable c++0x) \ $(use_with xmlrpc xmlrpc-c) \ --disable-dependency-tracking \ || die "econf failed" |