diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-29 01:20:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-29 01:20:58 +0000 |
commit | f3aa0a01cde18f5e0892ce755cdbc63a896c5d02 (patch) | |
tree | 739d614dc32dc5ecfd72f5e3ad891f9bc04fb934 /dev-python/oauth2 | |
parent | version bump (diff) | |
download | gentoo-2-f3aa0a01cde18f5e0892ce755cdbc63a896c5d02.tar.gz gentoo-2-f3aa0a01cde18f5e0892ce755cdbc63a896c5d02.tar.bz2 gentoo-2-f3aa0a01cde18f5e0892ce755cdbc63a896c5d02.zip |
add missing test to IUSE
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/oauth2')
-rw-r--r-- | dev-python/oauth2/oauth2-1.2.1.ebuild | 4 |
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="" |