commit: 336005bb27419488e243ab11587a538212c0c5fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 09:49:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 09:49:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336005bb
dev-python/pycson: Keyword 0.8 ppc, #766150
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pycson/pycson-0.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pycson/pycson-0.8.ebuild
b/dev-python/pycson/pycson-0.8.ebuild
index 8d7eb949f00..6380c86b010 100644
--- a/dev-python/pycson/pycson-0.8.ebuild
+++ b/dev-python/pycson/pycson-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
@@ -8,6 +8,6 @@ HOMEPAGE="https://github.com/avakar/pycson/"
SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/speg"