diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 13:29:06 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 13:29:06 +0000 |
commit | 0270d67bb9e2d81c2a13f329aa34ab2dd4eecbe8 (patch) | |
tree | c56a51aca4759a17483ad8885d4d53cf7b15ef19 /dev-python/webtest/webtest-1.2.1.ebuild | |
parent | ppc stable #320271 (diff) | |
download | historical-0270d67bb9e2d81c2a13f329aa34ab2dd4eecbe8.tar.gz historical-0270d67bb9e2d81c2a13f329aa34ab2dd4eecbe8.tar.bz2 historical-0270d67bb9e2d81c2a13f329aa34ab2dd4eecbe8.zip |
ppc stable #320257
Package-Manager: portage-2.1.8.3/cvs/Linux ppc
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" |