diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-28 22:31:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-28 22:31:07 +0000 |
commit | f8feffaec1a7d78251465607d7ee4364c9edb33d (patch) | |
tree | 1c8d3a570a689b58aa1764589b4dbfe80468465b /dev-python/webtest | |
parent | Stable for ia64, wrt bug #462636 (diff) | |
download | gentoo-2-f8feffaec1a7d78251465607d7ee4364c9edb33d.tar.gz gentoo-2-f8feffaec1a7d78251465607d7ee4364c9edb33d.tar.bz2 gentoo-2-f8feffaec1a7d78251465607d7ee4364c9edb33d.zip |
Stable for ia64, wrt bug #456616
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 08ae8a387a5a..99b6c1585250 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.53 2013/03/27 14:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.54 2013/03/28 22:31:07 ago Exp $ + + 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webtest-1.4.3.ebuild: + Stable for ia64, wrt bug #456616 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webtest-1.4.3.ebuild: Stable for arm, wrt bug #456616 diff --git a/dev-python/webtest/webtest-1.4.3.ebuild b/dev-python/webtest/webtest-1.4.3.ebuild index cb0adc8ef2b6..144d87820469 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.7 2013/03/27 14:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3.ebuild,v 1.8 2013/03/28 22:31:07 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" |