summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-15 01:59:00 +0000
committerSam James <sam@gentoo.org>2021-05-15 01:59:00 +0000
commita3723aae1d4f572c6c0ec2ef01f55abaa72c5791 (patch)
treea9e5fb47d930c9edfb2871c41e9dfe2d134ff9fe
parentdev-python/uvicorn: Keyword 0.13.4 arm64, #790152 (diff)
downloadgentoo-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>
-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 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