summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-01-26 14:18:31 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-01-26 14:24:10 -0600
commit3c95937b6b6d999c3ecd7a6ce439fa6568b43640 (patch)
tree5e981fb866b2356324fc88a14301ab39600655af /dev-python/pyperclip
parentdev-python/unicodecsv: add ppc64 keyword under ALLARCHES for cliff (diff)
downloadgentoo-3c95937b6b6d999c3ecd7a6ce439fa6568b43640.tar.gz
gentoo-3c95937b6b6d999c3ecd7a6ce439fa6568b43640.tar.bz2
gentoo-3c95937b6b6d999c3ecd7a6ce439fa6568b43640.zip
dev-python/pyperclip: add ppc64 keyword to 1.5.27 under ALLARCHES
cliff still has python2.7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r--dev-python/pyperclip/pyperclip-1.5.27.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild b/dev-python/pyperclip/pyperclip-1.5.27.ebuild
index 551ed99f674c..15e303b5c97d 100644
--- a/dev-python/pyperclip/pyperclip-1.5.27.ebuild
+++ b/dev-python/pyperclip/pyperclip-1.5.27.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"