diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-05-27 14:38:06 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-05-27 14:38:06 +0000 |
commit | b2305f36ba997017d63fd2578dcf2193f3bdfb11 (patch) | |
tree | 94322a730e6c30c1246938914cabe4ea0cfe7e96 /dev-python/logilab-common | |
parent | Add comment to CMAKE_BUILD_DIR variable. Describing what for it is. (diff) | |
download | gentoo-2-b2305f36ba997017d63fd2578dcf2193f3bdfb11.tar.gz gentoo-2-b2305f36ba997017d63fd2578dcf2193f3bdfb11.tar.bz2 gentoo-2-b2305f36ba997017d63fd2578dcf2193f3bdfb11.zip |
Sparc stable, tests pass, needed for Bug #271014.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/logilab-common')
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.21.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index 485c2a5f65ff..2b10bf715520 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/logilab-common # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.40 2009/04/24 20:40:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.41 2009/05/27 14:38:06 fmccor Exp $ + + 27 May 2009; Ferris McCormick <fmccor@gentoo.org> + logilab-common-0.21.2.ebuild: + Sparc stable, tests pass, needed for Bug #271014. 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -logilab-common-0.9.3.ebuild, -logilab-common-0.15.0.ebuild, diff --git a/dev-python/logilab-common/logilab-common-0.21.2.ebuild b/dev-python/logilab-common/logilab-common-0.21.2.ebuild index cd3fe1a3d719..b881d64a27e4 100644 --- a/dev-python/logilab-common/logilab-common-0.21.2.ebuild +++ b/dev-python/logilab-common/logilab-common-0.21.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.21.2.ebuild,v 1.7 2007/08/25 14:07:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.21.2.ebuild,v 1.8 2009/05/27 14:38:06 fmccor Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 s390 ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 s390 sparc x86" IUSE="test" DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) |