From: Matt Turner Date: Tue, 17 Mar 2020 01:53:29 +0000 (-0700) Subject: dev-python/twine-1.15.0: add ~alpha, bug 700918 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e02932490e6e98a51e22aaee18219606788f149;p=gentoo.git dev-python/twine-1.15.0: add ~alpha, bug 700918 Signed-off-by: Matt Turner --- diff --git a/dev-python/twine/twine-1.15.0.ebuild b/dev-python/twine/twine-1.15.0.ebuild index 31df1906391a..c306897ff28f 100644 --- a/dev-python/twine/twine-1.15.0.ebuild +++ b/dev-python/twine/twine-1.15.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~sparc x86" IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"