diff options
author | David Seifert <soap@gentoo.org> | 2017-02-02 19:18:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-02 19:43:35 +0100 |
commit | 0da80432f57c21c5ef334647a85094410414ab5f (patch) | |
tree | b25207e45f909e68590b345b6632b5667ebd9a2d /dev-python/xcffib | |
parent | dev-python/matplotlib: Remove ppc from KEYWORDS (diff) | |
download | gentoo-0da80432f57c21c5ef334647a85094410414ab5f.tar.gz gentoo-0da80432f57c21c5ef334647a85094410414ab5f.tar.bz2 gentoo-0da80432f57c21c5ef334647a85094410414ab5f.zip |
dev-python/xcffib: KEYWORD arm
Gentoo-bug: 593058
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r-- | dev-python/xcffib/xcffib-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xcffib/xcffib-0.4.2.ebuild b/dev-python/xcffib/xcffib-0.4.2.ebuild index d27075ce9047..5b5fb5698275 100644 --- a/dev-python/xcffib/xcffib-0.4.2.ebuild +++ b/dev-python/xcffib/xcffib-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="test" COMMON_DEPEND="x11-libs/libxcb" |