diff options
author | 2005-11-08 17:49:16 +0000 | |
---|---|---|
committer | 2005-11-08 17:49:16 +0000 | |
commit | d512733e02895a3230af4923ad84236f06f6facf (patch) | |
tree | 9c662783d9378545638d00f797b65f613d63d78a /dev-python/pylint | |
parent | Add ~sparc keyword at developer's request, partially closing (diff) | |
download | gentoo-2-d512733e02895a3230af4923ad84236f06f6facf.tar.gz gentoo-2-d512733e02895a3230af4923ad84236f06f6facf.tar.bz2 gentoo-2-d512733e02895a3230af4923ad84236f06f6facf.zip |
Add ~sparc keyword at developer's request. This version (and
dev-python/astng) build and install fine, and initial indications
are that pylint does what it is supposed to do. Tlis closes
Bug #111891.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.8.1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 2709fcaad616..7e320871dfed 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.20 2005/11/08 17:08:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.21 2005/11/08 17:49:16 fmccor Exp $ + + 08 Nov 2005; Ferris McCormick <fmccor@gentoo.org> pylint-0.8.1.ebuild: + Add ~sparc keyword at developer's request. This version (and + dev-python/astng) build and install fine, and initial indications + are that pylint does what it is supposed to do. Tlis closes + Bug #111891. 08 Nov 2005; Rob Cakebread <pythonhead@gentoo.org> pylint-0.8.1.ebuild: Added new dependency on dev-python/astng. diff --git a/dev-python/pylint/pylint-0.8.1.ebuild b/dev-python/pylint/pylint-0.8.1.ebuild index df25db1ce183..0b7a4eec174d 100644 --- a/dev-python/pylint/pylint-0.8.1.ebuild +++ b/dev-python/pylint/pylint-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.8.1.ebuild,v 1.2 2005/11/08 17:08:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.8.1.ebuild,v 1.3 2005/11/08 17:49:16 fmccor Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.logilab.org/projects/pylint/" IUSE="" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" LICENSE="GPL-2" DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) >=dev-python/logilab-common-0.9.3 |