Gentoo-bug: 597744
Package-Manager: Portage-2.3.3, Repoman-2.3.1
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
python_test() {
- "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
+ "${EPYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
}