diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-22 12:40:23 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-22 12:40:23 +0000 |
commit | 0846146dc023554271e624877ec4e7dd7352a173 (patch) | |
tree | 7de220034676c16d158d1b64dc8a19621b49ec66 /dev-python/pretend/pretend-1.0.8.ebuild | |
parent | Stable for ppc64, wrt bug #510672 (diff) | |
download | gentoo-2-0846146dc023554271e624877ec4e7dd7352a173.tar.gz gentoo-2-0846146dc023554271e624877ec4e7dd7352a173.tar.bz2 gentoo-2-0846146dc023554271e624877ec4e7dd7352a173.zip |
Keyworded on alpha, bug #503094
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/pretend/pretend-1.0.8.ebuild')
-rw-r--r-- | dev-python/pretend/pretend-1.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild index 7d46f2d488c7..00b14be96691 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.3 2014/06/08 11:06:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.4 2014/06/22 12:40:23 klausman 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="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |