diff options
author | Ian Delaney <idella4@gentoo.org> | 2012-11-10 15:36:12 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2012-11-10 15:36:12 +0000 |
commit | fb1fa26242772ce33a6df2b8aeb83d8b1762829b (patch) | |
tree | e4dfa9d1d1f6382cfd6280f653186a37609d01ba /dev-python | |
parent | Bumped the version (diff) | |
download | gentoo-2-fb1fa26242772ce33a6df2b8aeb83d8b1762829b.tar.gz gentoo-2-fb1fa26242772ce33a6df2b8aeb83d8b1762829b.tar.bz2 gentoo-2-fb1fa26242772ce33a6df2b8aeb83d8b1762829b.zip |
Removed leftover '#' from PYTHON_TESTS_RESTRICTED_ABIS, fixes Bug #442572
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index d0c87044dab7..289886cbe29b 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logilab-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.105 2012/11/06 10:58:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.106 2012/11/10 15:36:12 idella4 Exp $ + + 11 Nov 2012; Ian Delaney <idella4@gentoo.org> logilab-common-0.58.1-r1.ebuild: + Removed leftover '#' from PYTHON_TESTS_RESTRICTED_ABIS, fixes Bug #442572 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> logilab-common-0.58.1.ebuild: Stable for amd64, wrt bug #441276 diff --git a/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild b/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild index 0478428f69e1..a09f262bb68b 100644 --- a/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild +++ b/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild,v 1.1 2012/11/05 17:48:10 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.58.1-r1.ebuild,v 1.2 2012/11/10 15:36:12 idella4 Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" # Current tally of 8 test failures for python3 -#PYTHON_TESTS_RESTRICTED_ABIS="3.*" +PYTHON_TESTS_RESTRICTED_ABIS="3.*" inherit distutils |