diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:24:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:24:24 +0000 |
commit | 3e82624663a0c21f30e8d88eb6005dc151986c99 (patch) | |
tree | 29ebc7ea8d2fb804adc0e4a86e0d31def41ee6b5 /dev-python/fixtures | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-3e82624663a0c21f30e8d88eb6005dc151986c99.tar.gz gentoo-2-3e82624663a0c21f30e8d88eb6005dc151986c99.tar.bz2 gentoo-2-3e82624663a0c21f30e8d88eb6005dc151986c99.zip |
Keyword ~ppc ~ppc64, bug #508282
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.12-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 52c4d5114bc2..7d44d77bd0c2 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.17 2014/08/10 21:10:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.18 2014/08/20 20:24:24 blueness Exp $ + + 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + fixtures-0.3.12-r1.ebuild, fixtures-0.3.14-r1.ebuild, + fixtures-0.3.14-r2.ebuild, fixtures-0.3.14.ebuild: + Keyword ~ppc ~ppc64, bug #508282 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fixtures-0.3.12-r1.ebuild, fixtures-0.3.14-r1.ebuild, fixtures-0.3.14-r2.ebuild, fixtures-0.3.14.ebuild: diff --git a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild b/dev-python/fixtures/fixtures-0.3.12-r1.ebuild index 925068eec27b..24a5889688ce 100644 --- a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.12-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/fixtures/fixtures-0.3.12-r1.ebuild,v 1.4 2014/08/10 21:10:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.12-r1.ebuild,v 1.5 2014/08/20 20:24:24 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" # nose not listed but provides coverage output of tests diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index b29a281b14e7..73461e2c76c3 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-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/fixtures/fixtures-0.3.14-r1.ebuild,v 1.9 2014/08/10 21:10:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.10 2014/08/20 20:24:24 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests diff --git a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild index 41c680c89131..98be1d693a8c 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-2014 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.4 2014/08/10 21:10:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.5 2014/08/20 20:24:24 blueness 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 ~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 diff --git a/dev-python/fixtures/fixtures-0.3.14.ebuild b/dev-python/fixtures/fixtures-0.3.14.ebuild index b9275d6f9bde..a6f04e2ac8db 100644 --- a/dev-python/fixtures/fixtures-0.3.14.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14.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/fixtures/fixtures-0.3.14.ebuild,v 1.2 2014/08/10 21:10:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14.ebuild,v 1.3 2014/08/20 20:24:24 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" # nose not listed but provides coverage output of tests |