diff options
author | 2011-04-29 20:10:57 +0000 | |
---|---|---|
committer | 2011-04-29 20:10:57 +0000 | |
commit | 258a594142b274019e11c2f46980359011fb17bf (patch) | |
tree | 96d1137f70ac7b22b7de90f1ee991724765bb96b /dev-python | |
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')
-rw-r--r-- | dev-python/webob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webob/webob-1.0.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.3.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index abf2ef10c961..a38fbc308406 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webob # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.33 2011/04/14 20:21:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.34 2011/04/29 20:10:26 ssuominen Exp $ + + 29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> webob-1.0.6.ebuild: + ppc64 stable wrt #365335 14 Apr 2011; Brent Baude <ranger@gentoo.org> webob-1.0.3.ebuild: stable ppc, bug 360369 diff --git a/dev-python/webob/webob-1.0.6.ebuild b/dev-python/webob/webob-1.0.6.ebuild index a5ccf52741a0..1c8e89736106 100644 --- a/dev-python/webob/webob-1.0.6.ebuild +++ b/dev-python/webob/webob-1.0.6.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/webob/webob-1.0.6.ebuild,v 1.1 2011/03/28 21:55:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.6.ebuild,v 1.2 2011/04/29 20:10:26 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="app-arch/unzip 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" |