diff options
Diffstat (limited to 'dev-python/webtest/webtest-1.2.1.ebuild')
-rw-r--r-- | dev-python/webtest/webtest-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webtest/webtest-1.2.1.ebuild b/dev-python/webtest/webtest-1.2.1.ebuild index fb0dbbc54962..32a7b629f515 100644 --- a/dev-python/webtest/webtest-1.2.1.ebuild +++ b/dev-python/webtest/webtest-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/webtest/webtest-1.2.1.ebuild,v 1.2 2010/05/18 14:04:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.1.ebuild,v 1.3 2010/05/24 13:29:06 nixnut Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ppc ~x86" IUSE="" DEPEND="dev-python/setuptools" |