diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-06 15:56:05 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-06 16:29:52 +0100 |
commit | 343ce52d9831168e10f32ceb26d89155869b0960 (patch) | |
tree | e909913cfdac6defe0621cae0544ac64e0a778db /dev-python/smartypants | |
parent | mail-client/mutt: stable 2.0.7 for sparc, bug #788388 (diff) | |
download | gentoo-343ce52d9831168e10f32ceb26d89155869b0960.tar.gz gentoo-343ce52d9831168e10f32ceb26d89155869b0960.tar.bz2 gentoo-343ce52d9831168e10f32ceb26d89155869b0960.zip |
dev-python/smartypants: keyworded 2.0.1 for sparc, bug #787269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
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/smartypants')
-rw-r--r-- | dev-python/smartypants/smartypants-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild index 50a025c905af..632b9a382c59 100644 --- a/dev-python/smartypants/smartypants-2.0.1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi |