diff options
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.2.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index fe93e2d7ac4f..89925a48db6a 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.177 2012/06/09 16:00:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.178 2012/09/10 02:43:00 ottxor Exp $ + + 10 Sep 2012; Christoph Junghans <ottxor@gentoo.org> rtorrent-0.9.2.ebuild: + added prefix support (bug #431160) *rtorrent-0.9.2 (09 Jun 2012) @@ -765,4 +768,3 @@ +rtorrent-0.2.2.ebuild: Added rtorrent client based on libtorrent as now is packaged standalone. Closes #86259. - diff --git a/net-p2p/rtorrent/rtorrent-0.9.2.ebuild b/net-p2p/rtorrent/rtorrent-0.9.2.ebuild index 0aad391459bd..ea1345d67628 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.2.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.2.ebuild,v 1.1 2012/06/09 16:00:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.2.ebuild,v 1.2 2012/09/10 02:43:00 ottxor Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="daemon debug ipv6 test xmlrpc" COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.} @@ -34,7 +34,8 @@ src_prepare() { } src_configure() { - econf \ + # configure needs bash or script bombs out on some null shift, bug #291229 + CONFIG_SHELL=${BASH} econf \ --disable-dependency-tracking \ $(use_enable debug) \ $(use_enable ipv6) \ |