commit: 3c95937b6b6d999c3ecd7a6ce439fa6568b43640
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 20:18:31 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 20:24:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c95937b
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 <AT> gentoo.org>
dev-python/pyperclip/pyperclip-1.5.27.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild
b/dev-python/pyperclip/pyperclip-1.5.27.ebuild
index 551ed99f674..15e303b5c97 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}]"