diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-18 16:00:48 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-18 16:00:48 +0000 |
commit | 11a8b0d731aa5ba051a9d58668d22ce98f92a07f (patch) | |
tree | 022f8d310b95c0f9f8e1b09754d890a0619244e7 /dev-python | |
parent | Stable on alpha, bug #450174 (diff) | |
download | gentoo-2-11a8b0d731aa5ba051a9d58668d22ce98f92a07f.tar.gz gentoo-2-11a8b0d731aa5ba051a9d58668d22ce98f92a07f.tar.bz2 gentoo-2-11a8b0d731aa5ba051a9d58668d22ce98f92a07f.zip |
Stable on alpha, bug #450174
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index a066cfcbe014..f3151adf49f2 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.81 2014/05/23 10:51:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.82 2014/06/18 16:00:48 klausman Exp $ + + 18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> webtest-1.4.3-r1.ebuild: + Stable on alpha, bug #450174 *webtest-2.0.15 (23 May 2014) diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index 17ed5b38cb04..7e7a0040282f 100644 --- a/dev-python/webtest/webtest-1.4.3-r1.ebuild +++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.12 2014/01/18 15:59:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3-r1.ebuild,v 1.13 2014/06/18 16:00:48 klausman Exp $ EAPI=5 @@ -17,7 +17,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 test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |