diff options
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-scm.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-scm.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/rtorrent-scm.ebuild b/net-p2p/rtorrent/rtorrent-scm.ebuild index 838eff1..a141f85 100644 --- a/net-p2p/rtorrent/rtorrent-scm.ebuild +++ b/net-p2p/rtorrent/rtorrent-scm.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.7 2009/03/06 00:13:27 jer Exp $ -EAPI=5 +EAPI=6 -inherit base eutils toolchain-funcs flag-o-matic git-2 +inherit eutils toolchain-funcs flag-o-matic git-r3 DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -15,7 +15,7 @@ KEYWORDS="" IUSE="daemon debug ipv6 xmlrpc +c++0x" EGIT_REPO_URI="git://github.com/rakshasa/rtorrent.git" -EGIT_BOOTSTRAP="./autogen.sh" +EGIT_BRANCH="feature-bind" COMMON_DEPEND="=net-libs/libtorrent-scm >=dev-libs/libsigc++-2.2.2 @@ -27,7 +27,11 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} dev-util/pkgconfig" - + +src_prepare() { + ./autogen.sh + elibtoolize +} src_compile() { replace-flags -Os -O2 |