diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:12:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:12:13 +0000 |
commit | 5c67f1f6f7b6537af0e9397263cbd1e28dee5e01 (patch) | |
tree | 73cfee7250a221b409d3968d971909559a266fa8 /dev-python/testrepository/testrepository-0.0.18.ebuild | |
parent | add ~arm, bug #509082 (diff) | |
download | gentoo-2-5c67f1f6f7b6537af0e9397263cbd1e28dee5e01.tar.gz gentoo-2-5c67f1f6f7b6537af0e9397263cbd1e28dee5e01.tar.bz2 gentoo-2-5c67f1f6f7b6537af0e9397263cbd1e28dee5e01.zip |
add ~arm, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/testrepository/testrepository-0.0.18.ebuild')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.18.ebuild b/dev-python/testrepository/testrepository-0.0.18.ebuild index 678054f77ae9..4abd354e3e6e 100644 --- a/dev-python/testrepository/testrepository-0.0.18.ebuild +++ b/dev-python/testrepository/testrepository-0.0.18.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/testrepository/testrepository-0.0.18.ebuild,v 1.5 2014/04/25 14:26:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18.ebuild,v 1.6 2014/05/04 16:12:13 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{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" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |