summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 19:16:13 +0000
committerSam James <sam@gentoo.org>2021-05-28 19:17:12 +0000
commit05867f3c7a936267a52cda75e0783a9b637c99ed (patch)
tree63df92c9299606ddcb2dd79af5e7cbb4864cda43 /dev-python
parentx11-libs/gdk-pixbuf: Stabilize 2.42.6 sparc, #792327 (diff)
downloadgentoo-05867f3c7a936267a52cda75e0783a9b637c99ed.tar.gz
gentoo-05867f3c7a936267a52cda75e0783a9b637c99ed.tar.bz2
gentoo-05867f3c7a936267a52cda75e0783a9b637c99ed.zip
dev-python/smartypants: Stabilize 2.0.1 sparc, #792327
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/smartypants/smartypants-2.0.1.ebuild2
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 e1075562d2bb..ca4d0e3a4d21 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi