diff options
-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" |