diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 14:49:05 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 14:49:05 +0000 |
commit | 39e4d0ac7159e8cdceb2ab4e8e8eff681880ca14 (patch) | |
tree | 10606a89d8269e65ffb10788dea85bc3524dc1d7 /dev-python/pylint | |
parent | sparc stable wrt #318457 (diff) | |
download | historical-39e4d0ac7159e8cdceb2ab4e8e8eff681880ca14.tar.gz historical-39e4d0ac7159e8cdceb2ab4e8e8eff681880ca14.tar.bz2 historical-39e4d0ac7159e8cdceb2ab4e8e8eff681880ca14.zip |
ppc stable #319177
Package-Manager: portage-2.1.8.3/cvs/Linux ppc
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.20.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 3a132978b613..5bc314f05c9e 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # 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.65 2010/05/13 18:27:29 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.66 2010/05/24 14:49:05 nixnut Exp $ + + 24 May 2010; <nixnut@gentoo.org> pylint-0.20.0.ebuild: + ppc stable #319177 *pylint-0.21.0 (13 May 2010) diff --git a/dev-python/pylint/pylint-0.20.0.ebuild b/dev-python/pylint/pylint-0.20.0.ebuild index 2f787b71110e..9fd2537ba9b6 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.2 2010/05/03 19:24:34 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.3 2010/05/24 14:49:05 nixnut 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 |