diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 15:26:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-29 15:26:06 +0000 |
commit | ae03ac21b5265698446646b60ccb29d2365c7a59 (patch) | |
tree | a4f5cc39062c78ae5b30963196911979237ce695 /dev-python | |
parent | x11-libs/gdk-pixbuf: Stabilize 2.42.6 ppc64, #792327 (diff) | |
download | gentoo-ae03ac21b5265698446646b60ccb29d2365c7a59.tar.gz gentoo-ae03ac21b5265698446646b60ccb29d2365c7a59.tar.bz2 gentoo-ae03ac21b5265698446646b60ccb29d2365c7a59.zip |
dev-python/smartypants: Stabilize 2.0.1 ppc64, #792327
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-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 12527389a9a6..497d9ce22b65 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 |