diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.20.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 7e7c08a4c445..ad25f6318cbb 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.68 2010/06/08 00:34:04 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.69 2010/06/09 12:57:28 arfrever Exp $ + + 09 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pylint-0.20.0.ebuild: + amd64 stable (tested by rullzer) (bug #319177). *pylint-0.21.1 (08 Jun 2010) diff --git a/dev-python/pylint/pylint-0.20.0.ebuild b/dev-python/pylint/pylint-0.20.0.ebuild index 50de2acd5e80..bd02cdb1bd6f 100644 --- a/dev-python/pylint/pylint-0.20.0.ebuild +++ b/dev-python/pylint/pylint-0.20.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.4 2010/06/06 09:25:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.5 2010/06/09 12:57:28 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz http://pypi.python.org/pack LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc examples test tk" DEPEND=">=dev-python/logilab-common-0.44.0 |