diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:59:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:59:55 +0000 |
commit | 5882c916c37d344e42e6c47531cc957a80b54759 (patch) | |
tree | 158134aed45e3d80496a6e9cc7bd7637f7cb62bc /dev-python/webtest | |
parent | arm stable, bug #450174 (diff) | |
download | gentoo-2-5882c916c37d344e42e6c47531cc957a80b54759.tar.gz gentoo-2-5882c916c37d344e42e6c47531cc957a80b54759.tar.bz2 gentoo-2-5882c916c37d344e42e6c47531cc957a80b54759.zip |
arm stable, bug #450174
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/webtest')
-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 805cf6d0344f..a4f7302e7b15 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.77 2014/01/18 15:52:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.78 2014/01/18 15:59:55 maekke Exp $ + + 18 Jan 2014; Markus Meier <maekke@gentoo.org> webtest-1.4.3-r1.ebuild: + arm stable, bug #450174 18 Jan 2014; Mike Gilbert <floppym@gentoo.org> +files/webtest-1.4.3-doctest.patch, webtest-1.4.3-r1.ebuild: diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index ee6c35363adb..17ed5b38cb04 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.11 2014/01/18 15:52:01 floppym Exp $ +# $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 $ 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}" |