dev-python/pydiff-0.2-r0: add amd64 keyword

Gentoo-Bug: 624992
This commit is contained in:
Tobias Klausmann
2017-07-15 19:18:11 +02:00
parent 0ab909d7b5
commit 0113e655f1

View File

@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="amd64 ~arm64 ~x86"
python_test() {
"${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"