diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-18 23:48:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-18 23:48:55 +0000 |
commit | c9a696bad96e4d2eee61d4f869cb27243a833618 (patch) | |
tree | 78f001afe85948954f00ae3319c4e9f1f8550e6e /dev-python/kiwisolver | |
parent | dev-python/colorspacious: keyworded 1.1.0 for ppc, bug #622420 (diff) | |
download | gentoo-c9a696bad96e4d2eee61d4f869cb27243a833618.tar.gz gentoo-c9a696bad96e4d2eee61d4f869cb27243a833618.tar.bz2 gentoo-c9a696bad96e4d2eee61d4f869cb27243a833618.zip |
dev-python/kiwisolver: keyworded 1.0.1 for ppc, bug #622420
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
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 9723c93b6a9a..3ac1def1c602 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}"/kiwi-${PV} |