diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 08:50:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-29 08:58:46 +0000 |
commit | 731a525302571e8acc62ce03bba1b10132625129 (patch) | |
tree | 428c3f39d788cd35f6ce3d5a7cff632d04f591bc /dev-python/smartypants | |
parent | x11-libs/gdk-pixbuf: Stabilize 2.42.6 amd64, #792327 (diff) | |
download | gentoo-731a525302571e8acc62ce03bba1b10132625129.tar.gz gentoo-731a525302571e8acc62ce03bba1b10132625129.tar.bz2 gentoo-731a525302571e8acc62ce03bba1b10132625129.zip |
dev-python/smartypants: Stabilize 2.0.1 amd64, #792327
Signed-off-by: Sam James <sam@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 f7ef4ccd60cb..20a583e0d023 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 |