diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-21 17:28:23 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-21 17:28:23 +0000 |
commit | 6f70f489e1dafced1a963a3012c9d0010ffe8147 (patch) | |
tree | 352adaa321435688d9fe8303cff2113f7dc654a0 /dev-python | |
parent | Stable on ppc64; bug #242996 (diff) | |
download | gentoo-2-6f70f489e1dafced1a963a3012c9d0010ffe8147.tar.gz gentoo-2-6f70f489e1dafced1a963a3012c9d0010ffe8147.tar.bz2 gentoo-2-6f70f489e1dafced1a963a3012c9d0010ffe8147.zip |
Fix astng dependency, #236455.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.14.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 43ccd18f08a7..1f87e2ac7542 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.44 2008/07/12 00:21:13 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.45 2008/10/21 17:28:23 hawking Exp $ + + 21 Oct 2008; Ali Polatel <hawking@gentoo.org> pylint-0.14.0.ebuild: + Fix astng dependency, #236455. 12 Jul 2008; Rob Cakebread <pythonhead@gentoo.org> pylint-0.13.1.ebuild, pylint-0.14.0.ebuild: diff --git a/dev-python/pylint/pylint-0.14.0.ebuild b/dev-python/pylint/pylint-0.14.0.ebuild index af0befd29b60..001a897c7931 100644 --- a/dev-python/pylint/pylint-0.14.0.ebuild +++ b/dev-python/pylint/pylint-0.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.14.0.ebuild,v 1.2 2008/07/12 00:21:13 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.14.0.ebuild,v 1.3 2008/10/21 17:28:23 hawking Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" LICENSE="GPL-2" DEPEND=">=dev-python/logilab-common-0.21.0 - >=dev-python/astng-0.17.0 + >=dev-python/astng-0.17.2 tk? ( >=dev-lang/tk-8.4.9 )" DOCS="doc/*.txt" |