Index: rtorrent-0.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.2.ebuild,v retrieving revision 1.1 diff -u -r1.1 rtorrent-0.9.2.ebuild --- rtorrent-0.9.2.ebuild 9 Jun 2012 16:00:55 -0000 1.1 +++ rtorrent-0.9.2.ebuild 13 Aug 2012 00:02:54 -0000 @@ -12,7 +12,7 @@ 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,6 +34,8 @@ } src_configure() { + # need this, or configure script bombs out on some null shift, bug #291229 + export CONFIG_SHELL=${BASH} econf \ --disable-dependency-tracking \ $(use_enable debug) \