diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-29 20:10:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-29 20:10:57 +0000 |
commit | 258a594142b274019e11c2f46980359011fb17bf (patch) | |
tree | 96d1137f70ac7b22b7de90f1ee991724765bb96b /dev-python/webtest | |
parent | Fix REQUIRED_USE constraints. (diff) | |
download | historical-258a594142b274019e11c2f46980359011fb17bf.tar.gz historical-258a594142b274019e11c2f46980359011fb17bf.tar.bz2 historical-258a594142b274019e11c2f46980359011fb17bf.zip |
ppc64 stable wrt #365335
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 8f109c8ad0eb..dadabc4fa16d 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.25 2011/03/26 19:27:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.26 2011/04/29 20:10:57 ssuominen Exp $ + + 29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> webtest-1.2.3.ebuild: + ppc64 stable wrt #365335 26 Mar 2011; Tobias Klausmann <klausman@gentoo.org> webtest-1.2.3.ebuild: Keyworded on alpha diff --git a/dev-python/webtest/webtest-1.2.3.ebuild b/dev-python/webtest/webtest-1.2.3.ebuild index d7ada0cc3b01..fe6bdf6a6c1f 100644 --- a/dev-python/webtest/webtest-1.2.3.ebuild +++ b/dev-python/webtest/webtest-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.3.ebuild,v 1.6 2011/03/26 19:27:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.3.ebuild,v 1.7 2011/04/29 20:10:57 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-python/webob-0.9.2" |