diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 23:10:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 23:10:15 +0300 |
commit | 4adc1d8994805f0b9ce98da2a961673400d3f2a6 (patch) | |
tree | d0a4e71e55b3ae5c80ab426f727c3e0d1eb16971 /dev-python | |
parent | sci-libs/gsl: alpha stable wrt bug #700196 (diff) | |
download | gentoo-4adc1d8994805f0b9ce98da2a961673400d3f2a6.tar.gz gentoo-4adc1d8994805f0b9ce98da2a961673400d3f2a6.tar.bz2 gentoo-4adc1d8994805f0b9ce98da2a961673400d3f2a6.zip |
dev-python/isort: Add ~alpha keyword wrt bug #702190
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/isort/isort-4.3.21_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild b/dev-python/isort/isort-4.3.21_p2.ebuild index 4f8d76c84ba9..3b02d02ecce7 100644 --- a/dev-python/isort/isort-4.3.21_p2.ebuild +++ b/dev-python/isort/isort-4.3.21_p2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |