diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-07 16:37:05 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-07 16:37:05 +0000 |
commit | 04d41963b21c99c6c1af5564ae9fa4b4c6050866 (patch) | |
tree | faf748314c0b80e384f8487f65dd3d5eb5a4ea0a /dev-python/webtest | |
parent | Marking pyopenssl-0.11 ppc for bug 348084 (diff) | |
download | gentoo-2-04d41963b21c99c6c1af5564ae9fa4b4c6050866.tar.gz gentoo-2-04d41963b21c99c6c1af5564ae9fa4b4c6050866.tar.bz2 gentoo-2-04d41963b21c99c6c1af5564ae9fa4b4c6050866.zip |
Marking webtest-1.2.3 ppc for bug 348091
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 4141a3b15a27..4c291b1e206f 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.22 2010/12/12 11:05:05 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.23 2011/01/07 16:37:05 ranger Exp $ + + 07 Jan 2011; Brent Baude <ranger@gentoo.org> webtest-1.2.3.ebuild: + Marking webtest-1.2.3 ppc for bug 348091 12 Dec 2010; Thomas Kahle <tomka@gentoo.org> webtest-1.2.3.ebuild: x86 stable per bug 348091 diff --git a/dev-python/webtest/webtest-1.2.3.ebuild b/dev-python/webtest/webtest-1.2.3.ebuild index c753dbb64835..952219526f11 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-2010 Gentoo Foundation +# 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.4 2010/12/12 11:05:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.3.ebuild,v 1.5 2011/01/07 16:37:05 ranger 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="amd64 ~arm ~ppc ~sparc x86" +KEYWORDS="amd64 ~arm ppc ~sparc x86" IUSE="" RDEPEND=">=dev-python/webob-0.9.2" |