summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-09-29 01:20:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-09-29 01:20:58 +0000
commit0c21c64b2761315ec1c53599f6ce618c749b7cee (patch)
tree99595ba7a5bd793fb0036b1e0a90846ebb06767b /dev-python/oauth2
parentversion bump (diff)
downloadhistorical-0c21c64b2761315ec1c53599f6ce618c749b7cee.tar.gz
historical-0c21c64b2761315ec1c53599f6ce618c749b7cee.tar.bz2
historical-0c21c64b2761315ec1c53599f6ce618c749b7cee.zip
add missing test to IUSE
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-python/oauth2')
-rw-r--r--dev-python/oauth2/oauth2-1.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oauth2/oauth2-1.2.1.ebuild b/dev-python/oauth2/oauth2-1.2.1.ebuild
index c5c497521a81..33c1881fa4fc 100644
--- a/dev-python/oauth2/oauth2-1.2.1.ebuild
+++ b/dev-python/oauth2/oauth2-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.2.1.ebuild,v 1.1 2010/09/28 17:53:03 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.2.1.ebuild,v 1.2 2010/09/29 01:20:58 mr_bones_ Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@ SRC_URI="http://github.com/simplegeo/python-oauth2/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
DEPEND="test? ( dev-python/mox dev-python/coverage )"
RDEPEND=""