diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-12-05 11:44:07 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-12-05 11:44:07 +0000 |
commit | bd52f13793c5b5e0b8006b8f48f4ee2f74bc944f (patch) | |
tree | d258fa8dd6269e4056be51976f7be892daf8d83d /dev-python/pylint | |
parent | Add a check for $RUBY to be set in doruby. (diff) | |
download | gentoo-2-bd52f13793c5b5e0b8006b8f48f4ee2f74bc944f.tar.gz gentoo-2-bd52f13793c5b5e0b8006b8f48f4ee2f74bc944f.tar.bz2 gentoo-2-bd52f13793c5b5e0b8006b8f48f4ee2f74bc944f.zip |
Fix dependency, bug 295750.
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.18.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 91dce9bc5785..1060e5ce2000 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.55 2009/10/15 08:41:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.56 2009/12/05 11:44:07 idl0r Exp $ + + 05 Dec 2009; Christian Ruppert <idl0r@gentoo.org> pylint-0.18.1-r1.ebuild: + Fix dependency, bug 295750. 15 Oct 2009; Markus Meier <maekke@gentoo.org> pylint-0.18.1-r1.ebuild: amd64/x86 stable, bug #287944 diff --git a/dev-python/pylint/pylint-0.18.1-r1.ebuild b/dev-python/pylint/pylint-0.18.1-r1.ebuild index 75736cd5206c..2f253b4781c5 100644 --- a/dev-python/pylint/pylint-0.18.1-r1.ebuild +++ b/dev-python/pylint/pylint-0.18.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.5 2009/11/14 18:47:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.6 2009/12/05 11:44:07 idl0r Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc examples test tk" -DEPEND=">=dev-python/logilab-common-0.38 +DEPEND=">=dev-python/logilab-common-0.44.0 >=dev-python/astng-0.19.0" RDEPEND="${DEPEND} dev-lang/python[tk?]" |