diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-22 10:28:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-22 10:28:44 +0300 |
commit | 5666ea97bc87040723265076083a0aaa0dd8dbd9 (patch) | |
tree | 04eaf560999644200f7f042a978da1d8ad45af62 /dev-python/kiwisolver | |
parent | sys-auth/pam_u2f: amd64 stable wrt bug #631938 (diff) | |
download | gentoo-5666ea97bc87040723265076083a0aaa0dd8dbd9.tar.gz gentoo-5666ea97bc87040723265076083a0aaa0dd8dbd9.tar.bz2 gentoo-5666ea97bc87040723265076083a0aaa0dd8dbd9.zip |
dev-python/kiwisolver: Add ~arm keyword (bug #622420)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/kiwisolver')
-rw-r--r-- | dev-python/kiwisolver/kiwisolver-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild index 3ac1def1c602..7ec3a2e14419 100644 --- a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild +++ b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild @@ -10,6 +10,6 @@ HOMEPAGE="https://github.com/nucleic/kiwi" SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Clear-BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}"/kiwi-${PV} |