diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:37:21 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:37:21 +0000 |
commit | ecdec95c62d675fd928c3c7562dd5998e1d9318c (patch) | |
tree | 287268ab79721e3f92357f649ce13b6cf04e2e52 /dev-python | |
parent | Keyword ~ppc ~ppc64, bug #508282 (diff) | |
download | gentoo-2-ecdec95c62d675fd928c3c7562dd5998e1d9318c.tar.gz gentoo-2-ecdec95c62d675fd928c3c7562dd5998e1d9318c.tar.bz2 gentoo-2-ecdec95c62d675fd928c3c7562dd5998e1d9318c.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')
-rw-r--r-- | dev-python/pbr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pbr/pbr-0.5.23-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pbr/pbr-0.5.23.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pbr/pbr-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pbr/pbr-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pbr/pbr-0.8.2.ebuild | 4 |
6 files changed, 15 insertions, 11 deletions
diff --git a/dev-python/pbr/ChangeLog b/dev-python/pbr/ChangeLog index 9431c62e27b3..40207823e07e 100644 --- a/dev-python/pbr/ChangeLog +++ b/dev-python/pbr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pbr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.19 2014/07/20 11:04:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.20 2014/08/20 20:37:21 blueness Exp $ + + 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> pbr-0.5.23-r2.ebuild, + pbr-0.5.23.ebuild, pbr-0.7.0.ebuild, pbr-0.8.0.ebuild, pbr-0.8.2.ebuild: + Keyword ~ppc ~ppc64, bug #508282 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> pbr-0.8.0.ebuild: Keyworded on alpha, bug #508282 diff --git a/dev-python/pbr/pbr-0.5.23-r2.ebuild b/dev-python/pbr/pbr-0.5.23-r2.ebuild index aaad9e027c25..a6ef1fc86b7e 100644 --- a/dev-python/pbr/pbr-0.5.23-r2.ebuild +++ b/dev-python/pbr/pbr-0.5.23-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/pbr/pbr-0.5.23-r2.ebuild,v 1.2 2014/03/19 23:14:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.5.23-r2.ebuild,v 1.3 2014/08/20 20:37:21 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pbr/pbr-0.5.23.ebuild b/dev-python/pbr/pbr-0.5.23.ebuild index ec582798a9b7..40d144282784 100644 --- a/dev-python/pbr/pbr-0.5.23.ebuild +++ b/dev-python/pbr/pbr-0.5.23.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/pbr/pbr-0.5.23.ebuild,v 1.4 2014/01/21 01:43:35 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.5.23.ebuild,v 1.5 2014/08/20 20:37:21 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pbr/pbr-0.7.0.ebuild b/dev-python/pbr/pbr-0.7.0.ebuild index 2dd7aa8d227b..054c2f56ae93 100644 --- a/dev-python/pbr/pbr-0.7.0.ebuild +++ b/dev-python/pbr/pbr-0.7.0.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/pbr/pbr-0.7.0.ebuild,v 1.1 2014/03/27 21:48:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.7.0.ebuild,v 1.2 2014/08/20 20:37:21 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pbr/pbr-0.8.0.ebuild b/dev-python/pbr/pbr-0.8.0.ebuild index 3f086b7cc64b..84f23fd1e039 100644 --- a/dev-python/pbr/pbr-0.8.0.ebuild +++ b/dev-python/pbr/pbr-0.8.0.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/pbr/pbr-0.8.0.ebuild,v 1.5 2014/07/20 11:04:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.8.0.ebuild,v 1.6 2014/08/20 20:37:21 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" 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" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pbr/pbr-0.8.2.ebuild b/dev-python/pbr/pbr-0.8.2.ebuild index 9aa12b54388f..8fac8bfc8d17 100644 --- a/dev-python/pbr/pbr-0.8.2.ebuild +++ b/dev-python/pbr/pbr-0.8.2.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/pbr/pbr-0.8.2.ebuild,v 1.1 2014/06/12 08:32:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild,v 1.2 2014/08/20 20:37:21 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" 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" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |