summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 19:19:09 +0000
committerSam James <sam@gentoo.org>2021-05-28 19:19:09 +0000
commitc1203f7f4e5394e40569814d0467edd960808dd6 (patch)
treed790dfac5cad6900e7da50c9d0313db54c163e74
parentx11-libs/gdk-pixbuf: Stabilize 2.42.6 ppc, #792327 (diff)
downloadgentoo-c1203f7f4e5394e40569814d0467edd960808dd6.tar.gz
gentoo-c1203f7f4e5394e40569814d0467edd960808dd6.tar.bz2
gentoo-c1203f7f4e5394e40569814d0467edd960808dd6.zip
dev-python/smartypants: Stabilize 2.0.1 ppc, #792327
Signed-off-by: Sam James <sam@gentoo.org>
-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 ca4d0e3a4d21..ba41a292d906 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