diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-03 01:01:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-03 01:01:34 +0300 |
commit | 27fe0ae1eb458fbf2a20827195c93cd0147d3895 (patch) | |
tree | a3ffbc256fa9cc8661f16c438cd847bde77b2351 /dev-python/hyperlink | |
parent | dev-python/mistune: Add ~alpha keyword wrt bug #661320 (diff) | |
download | gentoo-27fe0ae1eb458fbf2a20827195c93cd0147d3895.tar.gz gentoo-27fe0ae1eb458fbf2a20827195c93cd0147d3895.tar.bz2 gentoo-27fe0ae1eb458fbf2a20827195c93cd0147d3895.zip |
dev-python/hyperlink: Add ~alpha keyword wrt bug #661320
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~alpha"
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/hyperlink-18.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild b/dev-python/hyperlink/hyperlink-18.0.0.ebuild index 105223cccfe0..23dc4055ee0c 100644 --- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" IUSE="test" RDEPEND="" |