commit: f745ff81543504b37cf2caa10c542b908312b6a5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 09:49:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 09:49:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f745ff81
dev-python/speg: Keyword 0.3-r1 ppc, #766150
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/speg/speg-0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/speg/speg-0.3-r1.ebuild
b/dev-python/speg/speg-0.3-r1.ebuild
index 1f15bbbbd9a..f2f9c8c6561 100644
--- a/dev-python/speg/speg-0.3-r1.ebuild
+++ b/dev-python/speg/speg-0.3-r1.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/speg/"
SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""