commit: afdc55c7782750c88c3ec2c3c52b755e0b0abc2a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 06:56:58 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 06:57:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdc55c7
dev-python/coverage: stable 5.3 for ppc
stable wrt bug #749474
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-python/coverage/coverage-5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/coverage/coverage-5.3.ebuild
b/dev-python/coverage/coverage-5.3.ebuild
index 784cdd96fe3..b01cbc9f352 100644
--- a/dev-python/coverage/coverage-5.3.ebuild
+++ b/dev-python/coverage/coverage-5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc
x86"
#IUSE="test"
# The tests are impossible to appease. Please run them externally
# via tox. Or fix the ebuild if you have hours of time to spend