diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-24 22:29:29 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-24 22:29:29 +0000 |
commit | 02341116b27ebbdce14ee7fd0d1bfa5dc7cd1e47 (patch) | |
tree | 74249f6c733578d214dcf91ad596ccf8da263911 | |
parent | Added upstream patch to fix generator segfault, bug 354569 (diff) | |
download | gentoo-2-02341116b27ebbdce14ee7fd0d1bfa5dc7cd1e47.tar.gz gentoo-2-02341116b27ebbdce14ee7fd0d1bfa5dc7cd1e47.tar.bz2 gentoo-2-02341116b27ebbdce14ee7fd0d1bfa5dc7cd1e47.zip |
Stable on amd64 wrt bug #360351
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.55.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index b328edf1a93d..08710bca0895 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/logilab-common # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.88 2011/03/15 21:48:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.89 2011/03/24 22:29:29 angelos Exp $ + + 24 Mar 2011; Christoph Mende <angelos@gentoo.org> + logilab-common-0.55.0.ebuild: + Stable on amd64 wrt bug #360351 15 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> logilab-common-0.54.0.ebuild: diff --git a/dev-python/logilab-common/logilab-common-0.55.0.ebuild b/dev-python/logilab-common/logilab-common-0.55.0.ebuild index 743db68a17b2..c8ce1cb05a0f 100644 --- a/dev-python/logilab-common/logilab-common-0.55.0.ebuild +++ b/dev-python/logilab-common/logilab-common-0.55.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.55.0.ebuild,v 1.1 2011/02/18 18:55:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.55.0.ebuild,v 1.2 2011/03/24 22:29:29 angelos Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" # dev-python/unittest2 is not required with Python >=3.2. |