From f3aa0a01cde18f5e0892ce755cdbc63a896c5d02 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 29 Sep 2010 01:20:58 +0000 Subject: add missing test to IUSE (Portage version: 2.1.8.3/cvs/Linux i686) --- dev-python/oauth2/oauth2-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/oauth2') 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="" -- cgit v1.2.3-65-gdbad