diff options
author | 2014-08-13 17:25:59 +0000 | |
---|---|---|
committer | 2014-08-13 17:25:59 +0000 | |
commit | 2eceeb0508439cbc74eabfc23a76caefa25d6759 (patch) | |
tree | 3a5b524a2fd3a3a4e419bc243e4ead1da44815a8 /dev-python/pretend | |
parent | Keyword ~ppc and ~ppc64, bug #503094 (diff) | |
download | gentoo-2-2eceeb0508439cbc74eabfc23a76caefa25d6759.tar.gz gentoo-2-2eceeb0508439cbc74eabfc23a76caefa25d6759.tar.bz2 gentoo-2-2eceeb0508439cbc74eabfc23a76caefa25d6759.zip |
Keyword ~ppc and ~ppc64, bug #503094
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/pretend')
-rw-r--r-- | dev-python/pretend/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pretend/pretend-1.0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pretend/pretend-1.0.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pretend/ChangeLog b/dev-python/pretend/ChangeLog index ae5929418c00..101ccfdb5850 100644 --- a/dev-python/pretend/ChangeLog +++ b/dev-python/pretend/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pretend # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.11 2014/06/22 12:40:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.12 2014/08/13 17:25:59 blueness Exp $ + + 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> pretend-1.0.7.ebuild, + pretend-1.0.8.ebuild: + Keyword ~ppc and ~ppc64, bug #503094 22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> pretend-1.0.8.ebuild: Keyworded on alpha, bug #503094 diff --git a/dev-python/pretend/pretend-1.0.7.ebuild b/dev-python/pretend/pretend-1.0.7.ebuild index d9e051fad0ed..e97e8eb9e014 100644 --- a/dev-python/pretend/pretend-1.0.7.ebuild +++ b/dev-python/pretend/pretend-1.0.7.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/pretend/pretend-1.0.7.ebuild,v 1.8 2014/06/08 11:06:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild,v 1.9 2014/08/13 17:25:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,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="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild index 00b14be96691..1f52034217a6 100644 --- a/dev-python/pretend/pretend-1.0.8.ebuild +++ b/dev-python/pretend/pretend-1.0.8.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/pretend/pretend-1.0.8.ebuild,v 1.4 2014/06/22 12:40:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.5 2014/08/13 17:25:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |