diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 18:24:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-18 18:24:43 +0000 |
commit | 377d3754f7f5a33010a9a938ff8a93909b42b7df (patch) | |
tree | 02dc56cf4d3c56840f9324199e6fff9fbcdbf8f0 /dev-python | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-377d3754f7f5a33010a9a938ff8a93909b42b7df.tar.gz gentoo-2-377d3754f7f5a33010a9a938ff8a93909b42b7df.tar.bz2 gentoo-2-377d3754f7f5a33010a9a938ff8a93909b42b7df.zip |
Fix dependencies (bug #301329).
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.19.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 80f8afabd28c..a2d55c1198e2 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,10 @@ # 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.57 2009/12/19 18:59:19 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.58 2010/01/18 18:24:43 arfrever Exp $ + + 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pylint-0.19.0.ebuild: + Fix dependencies (bug #301329). *pylint-0.19.0 (19 Dec 2009) diff --git a/dev-python/pylint/pylint-0.19.0.ebuild b/dev-python/pylint/pylint-0.19.0.ebuild index b892ed7a61af..37ea9b7ed0cd 100644 --- a/dev-python/pylint/pylint-0.19.0.ebuild +++ b/dev-python/pylint/pylint-0.19.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.19.0.ebuild,v 1.1 2009/12/19 18:59:19 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild,v 1.2 2010/01/18 18:24:43 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc examples test tk" DEPEND=">=dev-python/logilab-common-0.44.0 - >=dev-python/astng-0.19.0" + >=dev-python/astng-0.19.3" RDEPEND="${DEPEND} dev-lang/python[tk?]" RESTRICT_PYTHON_ABIS="3.*" |