diff options
author | 2015-03-08 23:37:58 +0000 | |
---|---|---|
committer | 2015-03-08 23:37:58 +0000 | |
commit | 6593ef6cf89c09e5c112b0f564e028d002bf7c13 (patch) | |
tree | bc4e5dfb6aaffe66d4917982becbde91bec21228 /dev-python/BitVector | |
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')
-rw-r--r-- | dev-python/BitVector/BitVector-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/BitVector/ChangeLog | 5 |
2 files changed, 6 insertions, 3 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}" diff --git a/dev-python/BitVector/ChangeLog b/dev-python/BitVector/ChangeLog index 569e489422a6..e22b4a7bea31 100644 --- a/dev-python/BitVector/ChangeLog +++ b/dev-python/BitVector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/BitVector # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.13 2015/03/06 22:04:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.14 2015/03/08 23:37:58 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> BitVector-3.3.2.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> BitVector-3.3.2.ebuild: amd64 stable, bug 540290 |