diff options
author | 2013-03-25 20:51:58 +0000 | |
---|---|---|
committer | 2013-03-25 20:51:58 +0000 | |
commit | 981677f0ce636e50dc2d860ccffa69d26c1a8f40 (patch) | |
tree | e7013026149c2b3d41954543b04aa2d877fe00d1 /dev-python/webtest/webtest-1.4.3.ebuild | |
parent | Bump. Move from /usr/libexec/ to /opt/ because the runltp-path.patch is not e... (diff) | |
download | gentoo-2-981677f0ce636e50dc2d860ccffa69d26c1a8f40.tar.gz gentoo-2-981677f0ce636e50dc2d860ccffa69d26c1a8f40.tar.bz2 gentoo-2-981677f0ce636e50dc2d860ccffa69d26c1a8f40.zip |
Stable for x86, wrt bug #456616
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/webtest/webtest-1.4.3.ebuild')
-rw-r--r-- | dev-python/webtest/webtest-1.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webtest/webtest-1.4.3.ebuild b/dev-python/webtest/webtest-1.4.3.ebuild index e55f3b945f53..3f67df8580a5 100644 --- a/dev-python/webtest/webtest-1.4.3.ebuild +++ b/dev-python/webtest/webtest-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3.ebuild,v 1.3 2013/03/25 20:31:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3.ebuild,v 1.4 2013/03/25 20:51:58 ago Exp $ EAPI="3" PYTHON_DEPEND="2:2.6 3:3.2" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=">=dev-python/webob-0.9.2" |