diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-25 20:24:26 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-25 21:21:48 +0200 |
commit | 289fdc59b14d0376d68febda0d009452ccc81ed4 (patch) | |
tree | 7d63614ec67fb6a953118587ec1d27bb643698f2 /dev-python/kiwisolver | |
parent | dev-python/atom: x86 stable (bug #649100) (diff) | |
download | gentoo-289fdc59b14d0376d68febda0d009452ccc81ed4.tar.gz gentoo-289fdc59b14d0376d68febda0d009452ccc81ed4.tar.bz2 gentoo-289fdc59b14d0376d68febda0d009452ccc81ed4.zip |
dev-python/kiwisolver: x86 stable (bug #649100)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
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 2beac8a79961..aaee070363a0 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} |