diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 01:59:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 01:59:00 +0000 |
commit | a3723aae1d4f572c6c0ec2ef01f55abaa72c5791 (patch) | |
tree | a9e5fb47d930c9edfb2871c41e9dfe2d134ff9fe /dev-python/smartypants | |
parent | dev-python/uvicorn: Keyword 0.13.4 arm64, #790152 (diff) | |
download | gentoo-a3723aae1d4f572c6c0ec2ef01f55abaa72c5791.tar.gz gentoo-a3723aae1d4f572c6c0ec2ef01f55abaa72c5791.tar.bz2 gentoo-a3723aae1d4f572c6c0ec2ef01f55abaa72c5791.zip |
dev-python/smartypants: Keyword 2.0.1 ppc64, #787269
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 2eddcc4e2b35..0f2af7693b6f 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 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi |