diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:02:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-25 14:02:09 +0000 |
commit | 79c872b0e5a0a17d412cc528f35743f41a908fa2 (patch) | |
tree | e350e00a9687e093be3ab6de9c4cf60e0fe53acc /dev-python/webtest | |
parent | add ~arm, bug #525246 (diff) | |
download | gentoo-2-79c872b0e5a0a17d412cc528f35743f41a908fa2.tar.gz gentoo-2-79c872b0e5a0a17d412cc528f35743f41a908fa2.tar.bz2 gentoo-2-79c872b0e5a0a17d412cc528f35743f41a908fa2.zip |
add ~arm, bug #525246
(Portage version: 2.2.14_rc1/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-2.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index a9cf037a0300..89bf4f517ba2 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.87 2014/10/22 10:01:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.88 2014/10/25 14:02:09 maekke Exp $ + + 25 Oct 2014; Markus Meier <maekke@gentoo.org> webtest-2.0.15.ebuild: + add ~arm, bug #525246 22 Oct 2014; Jeroen Roovers <jer@gentoo.org> webtest-2.0.15.ebuild: Marked ~hppa (bug #525246). diff --git a/dev-python/webtest/webtest-2.0.15.ebuild b/dev-python/webtest/webtest-2.0.15.ebuild index 459668e46e80..0f6e9f760cef 100644 --- a/dev-python/webtest/webtest-2.0.15.ebuild +++ b/dev-python/webtest/webtest-2.0.15.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-2.0.15.ebuild,v 1.6 2014/10/22 10:01:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 1.7 2014/10/25 14:02:09 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="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc test" #nose<1.3.0 |