diff options
-rw-r--r-- | dev-python/BitVector/BitVector-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/BitVector/BitVector-3.4.4.ebuild b/dev-python/BitVector/BitVector-3.4.4.ebuild index ccc510255fe5..700a1c933b83 100644 --- a/dev-python/BitVector/BitVector-3.4.4.ebuild +++ b/dev-python/BitVector/BitVector-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" python_test() { "${PYTHON}" TestBitVector/Test.py || die "Tests fail with ${EPYTHON}" |