diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:37:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:37:58 +0000 |
commit | 6593ef6cf89c09e5c112b0f564e028d002bf7c13 (patch) | |
tree | bc4e5dfb6aaffe66d4917982becbde91bec21228 /dev-python/BitVector/BitVector-3.3.2.ebuild | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-6593ef6cf89c09e5c112b0f564e028d002bf7c13.tar.gz gentoo-2-6593ef6cf89c09e5c112b0f564e028d002bf7c13.tar.bz2 gentoo-2-6593ef6cf89c09e5c112b0f564e028d002bf7c13.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/BitVector/BitVector-3.3.2.ebuild')
-rw-r--r-- | dev-python/BitVector/BitVector-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/BitVector/BitVector-3.3.2.ebuild b/dev-python/BitVector/BitVector-3.3.2.ebuild index 7f2d5d76e4d7..d9548c830ad9 100644 --- a/dev-python/BitVector/BitVector-3.3.2.ebuild +++ b/dev-python/BitVector/BitVector-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.3.2.ebuild,v 1.3 2015/03/06 22:04:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.3.2.ebuild,v 1.4 2015/03/08 23:37:58 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -13,7 +13,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}" |