diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:27:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:27:12 +0000 |
commit | f6e78bcb6ac4e58ec94a2813a12c08bb35c195b2 (patch) | |
tree | b37f60da668cbb6e39ea908b41b57aeb4e63fdb4 /dev-python | |
parent | ppc stable, bug 540290 (diff) | |
download | gentoo-2-f6e78bcb6ac4e58ec94a2813a12c08bb35c195b2.tar.gz gentoo-2-f6e78bcb6ac4e58ec94a2813a12c08bb35c195b2.tar.bz2 gentoo-2-f6e78bcb6ac4e58ec94a2813a12c08bb35c195b2.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)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 84f2d53dbc33..dae82f012320 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.22 2015/03/07 00:21:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.23 2015/03/07 08:27:12 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> fixtures-0.3.14-r2.ebuild: + ppc stable, bug 540290 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> fixtures-0.3.14-r2.ebuild: ppc64 stable, bug 540290 diff --git a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild index 6c206ea5f246..4f3ebbffcf6e 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r2.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/fixtures/fixtures-0.3.14-r2.ebuild,v 1.9 2015/03/07 00:21:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.10 2015/03/07 08:27:12 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |