diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:31:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:31:43 +0000 |
commit | 5d39f063190b87bfcaf7cc6c9a1d11b2b741f953 (patch) | |
tree | 41e4980866b15626cc23129230d3e021db5f8bba /dev-python/webtest | |
parent | Stable for amd64, wrt bug #456614 (diff) | |
download | gentoo-2-5d39f063190b87bfcaf7cc6c9a1d11b2b741f953.tar.gz gentoo-2-5d39f063190b87bfcaf7cc6c9a1d11b2b741f953.tar.bz2 gentoo-2-5d39f063190b87bfcaf7cc6c9a1d11b2b741f953.zip |
Stable for amd64, 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')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.4.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 895394e61a77..4e3a6c01e1ed 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.47 2013/03/21 07:02:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.48 2013/03/25 20:31:43 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webtest-1.4.3.ebuild: + Stable for amd64, wrt bug #456616 *webtest-2.0.2 (21 Mar 2013) diff --git a/dev-python/webtest/webtest-1.4.3.ebuild b/dev-python/webtest/webtest-1.4.3.ebuild index a3630b2c676b..e55f3b945f53 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-2012 Gentoo Foundation +# 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.2 2012/12/08 08:30:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3.ebuild,v 1.3 2013/03/25 20:31:43 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" |