summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-04-19 07:09:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-04-19 07:09:49 +0000
commitd24da920360ef29af93ed860d5dfb54386a2e381 (patch)
treef854feed99c3a38460e15b2a8df10f16d40b2a5c
parentBump (diff)
downloadgentoo-2-d24da920360ef29af93ed860d5dfb54386a2e381.tar.gz
gentoo-2-d24da920360ef29af93ed860d5dfb54386a2e381.tar.bz2
gentoo-2-d24da920360ef29af93ed860d5dfb54386a2e381.zip
add missing test to IUSE
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r--dev-python/libcloud/libcloud-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libcloud/libcloud-0.9.1.ebuild b/dev-python/libcloud/libcloud-0.9.1.ebuild
index 84266bb8db94..b40198734193 100644
--- a/dev-python/libcloud/libcloud-0.9.1.ebuild
+++ b/dev-python/libcloud/libcloud-0.9.1.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/dev-python/libcloud/libcloud-0.9.1.ebuild,v 1.1 2012/04/19 06:56:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/libcloud-0.9.1.ebuild,v 1.2 2012/04/19 07:09:49 mr_bones_ Exp $
EAPI="3"
@@ -20,7 +20,7 @@ SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="examples"
+IUSE="examples test"
RDEPEND=""
DEPEND="test? ( dev-python/mock )"