diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-19 20:43:48 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-19 20:57:51 +0100 |
commit | 3ae32a931b121a55fe219e451c7d8ea1f1acd825 (patch) | |
tree | 9d23d3f96c4958c96f7a6ecb58bca6f0e38914f9 /dev-python/smartypants | |
parent | media-libs/libwebp: Keyword 1.2.0 for ~m68k (diff) | |
download | gentoo-3ae32a931b121a55fe219e451c7d8ea1f1acd825.tar.gz gentoo-3ae32a931b121a55fe219e451c7d8ea1f1acd825.tar.bz2 gentoo-3ae32a931b121a55fe219e451c7d8ea1f1acd825.zip |
dev-python/smartypants: Keyword 2.0.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@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 5d51fd41318a..301e986c42b5 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="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" S="${WORKDIR}/${MY_P}" fi |