diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-18 10:37:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-18 10:37:18 +0000 |
commit | 97eb5167a93eca53f6655f88bfcdf2adecf2604e (patch) | |
tree | 326c00b71ba3ddad3da754051ca9ae145e391e22 /dev-python/kiwisolver | |
parent | dev-scheme/chicken: stable 4.13.0-r1 for ppc/ppc64, bug #625392 (diff) | |
download | gentoo-97eb5167a93eca53f6655f88bfcdf2adecf2604e.tar.gz gentoo-97eb5167a93eca53f6655f88bfcdf2adecf2604e.tar.bz2 gentoo-97eb5167a93eca53f6655f88bfcdf2adecf2604e.zip |
dev-python/kiwisolver: keyworded 1.0.1 for ppc64, bug #622420
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
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 f563f9daed05..9723c93b6a9a 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 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}"/kiwi-${PV} |