diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-04-08 17:56:05 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-04-08 17:58:38 -0400 |
commit | 360fcdfefe135d6e490b0d4718c79e66dd57109e (patch) | |
tree | ee4e65cefe107f8a034cedb67b0e6cfc7ca5bbea /dev-python/pyptlib | |
parent | app-misc/todo: add patch to fix bash completion. (diff) | |
download | gentoo-360fcdfefe135d6e490b0d4718c79e66dd57109e.tar.gz gentoo-360fcdfefe135d6e490b0d4718c79e66dd57109e.tar.bz2 gentoo-360fcdfefe135d6e490b0d4718c79e66dd57109e.zip |
dev-python/pyptlib: keyword ~arm
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pyptlib')
-rw-r--r-- | dev-python/pyptlib/pyptlib-0.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyptlib/pyptlib-0.0.6.ebuild b/dev-python/pyptlib/pyptlib-0.0.6.ebuild index d45e10a0fb2d..a5195aa22f60 100644 --- a/dev-python/pyptlib/pyptlib-0.0.6.ebuild +++ b/dev-python/pyptlib/pyptlib-0.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="doc examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |