diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-02-24 07:38:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-24 08:20:13 +0000 |
commit | 6f009fcc2b6922f8c290ee0fe44bc894cc5c6481 (patch) | |
tree | 6f7def11d37a345b850f60641156314cd6b366cf /dev-python/hyperlink | |
parent | dev-python/mistune: stable 0.8.4 for sparc, bug #710566 (diff) | |
download | gentoo-6f009fcc2b6922f8c290ee0fe44bc894cc5c6481.tar.gz gentoo-6f009fcc2b6922f8c290ee0fe44bc894cc5c6481.tar.bz2 gentoo-6f009fcc2b6922f8c290ee0fe44bc894cc5c6481.zip |
dev-python/hyperlink: stable 19.0.0 for sparc, bug #710566
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/hyperlink-19.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild b/dev-python/hyperlink/hyperlink-19.0.0.ebuild index 049ada1c9922..f5f16f10df8b 100644 --- a/dev-python/hyperlink/hyperlink-19.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/idna[${PYTHON_USEDEP}]" |