diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:26:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:26:21 +0000 |
commit | 2a34b0747be410ac7cea45fa5401da1cb905415a (patch) | |
tree | dc21b38a1c35e21cd1435fbf3cf40aa58beec633 | |
parent | ppc stable, bug 540290 (diff) | |
download | gentoo-2-2a34b0747be410ac7cea45fa5401da1cb905415a.tar.gz gentoo-2-2a34b0747be410ac7cea45fa5401da1cb905415a.tar.bz2 gentoo-2-2a34b0747be410ac7cea45fa5401da1cb905415a.zip |
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 36e179b6d955..875ee919885c 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.94 2015/03/07 00:21:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.95 2015/03/07 08:26:21 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> webtest-2.0.16.ebuild: + ppc stable, bug 540290 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> webtest-2.0.16.ebuild: ppc64 stable, bug 540290 diff --git a/dev-python/webtest/webtest-2.0.16.ebuild b/dev-python/webtest/webtest-2.0.16.ebuild index 244ffb61296e..76c9578febfb 100644 --- a/dev-python/webtest/webtest-2.0.16.ebuild +++ b/dev-python/webtest/webtest-2.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.16.ebuild,v 1.3 2015/03/07 00:21:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.16.ebuild,v 1.4 2015/03/07 08:26:21 pacho 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 ~arm ~hppa ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~x86" IUSE="doc test" #nose<1.3.0 |