summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-04-18 23:54:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-04-18 23:54:51 +0000
commit0806ce5fbfd3bfd293ecf4d47909a6b69254c5d8 (patch)
tree5df2007540674e7c17b9892c2fc0d836ec66a95d /net-p2p
parentVersion bumped. Removed old versions. (diff)
downloadgentoo-2-0806ce5fbfd3bfd293ecf4d47909a6b69254c5d8.tar.gz
gentoo-2-0806ce5fbfd3bfd293ecf4d47909a6b69254c5d8.tar.bz2
gentoo-2-0806ce5fbfd3bfd293ecf4d47909a6b69254c5d8.zip
add missing test to IUSE
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild b/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild
index f11c51190115..24f84c11088b 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild,v 1.1 2011/04/18 20:03:52 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r2.ebuild,v 1.2 2011/04/18 23:54:51 mr_bones_ Exp $
EAPI=2
@@ -13,7 +13,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"
-IUSE="color daemon debug ipv6 xmlrpc"
+IUSE="color daemon debug ipv6 test xmlrpc"
COMMON_DEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
>=dev-libs/libsigc++-2.2.2:2