diff options
author | 2020-05-06 07:37:19 +0100 | |
---|---|---|
committer | 2020-05-06 07:37:19 +0100 | |
commit | 3854fece2f2cd035647e41674581d7b08b33ced7 (patch) | |
tree | d0b548f2a4286e0ee3ccb9a0ab48172a416d6424 /dev-python/pydiff | |
parent | dev-perl/DateTime-Format-SQLite: keyworded 0.110.0 for ppc, bug #719138 (diff) | |
download | gentoo-3854fece2f2cd035647e41674581d7b08b33ced7.tar.gz gentoo-3854fece2f2cd035647e41674581d7b08b33ced7.tar.bz2 gentoo-3854fece2f2cd035647e41674581d7b08b33ced7.zip |
dev-python/pydiff: keyworded 0.2-r1 for ppc, bug #717372
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/pydiff')
-rw-r--r-- | dev-python/pydiff/pydiff-0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild b/dev-python/pydiff/pydiff-0.2-r1.ebuild index 5ac2e877ac74..c3294a68d5e5 100644 --- a/dev-python/pydiff/pydiff-0.2-r1.ebuild +++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 x86" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc x86" python_test() { "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}" |