diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-20 16:01:27 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-20 16:01:27 -0700 |
commit | c77ed80f8670d5e30ec98e59d8a0389fb6daf704 (patch) | |
tree | 8ec3c0e0f25dd93e92f9a9f6d800c27bf5183093 /dev-python/kiwisolver | |
parent | app-admin/logcheck: Dropped to ~ppc, bug 656160 (diff) | |
download | gentoo-c77ed80f8670d5e30ec98e59d8a0389fb6daf704.tar.gz gentoo-c77ed80f8670d5e30ec98e59d8a0389fb6daf704.tar.bz2 gentoo-c77ed80f8670d5e30ec98e59d8a0389fb6daf704.zip |
dev-python/kiwisolver-1.0.1: ppc64 stable, bug 655400
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 aaee070363a0..de1d25bd72db 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 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}"/kiwi-${PV} |