diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-03 19:24:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-03 19:24:34 +0000 |
commit | 5c1ddc427c265c1cc4ae431fe079f57f4c3db42d (patch) | |
tree | 5c4e9b2edae232053aca0733a9ce8caddd2a644a /dev-python/pylint | |
parent | initial ebuild. thanks to Arfrever Frehtes Taifersar Arahesis for sane python... (diff) | |
download | gentoo-2-5c1ddc427c265c1cc4ae431fe079f57f4c3db42d.tar.gz gentoo-2-5c1ddc427c265c1cc4ae431fe079f57f4c3db42d.tar.bz2 gentoo-2-5c1ddc427c265c1cc4ae431fe079f57f4c3db42d.zip |
Fix dependencies (bug #317373).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.20.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index e949a47a9ca0..58ec4c05ef3b 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.63 2010/04/26 10:57:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.64 2010/05/03 19:24:34 arfrever Exp $ + + 03 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pylint-0.20.0.ebuild: + Fix dependencies (bug #317373). 26 Apr 2010; Christian Faulhammer <fauli@gentoo.org> pylint-0.19.0.ebuild: stable x86, bug 301410 diff --git a/dev-python/pylint/pylint-0.20.0.ebuild b/dev-python/pylint/pylint-0.20.0.ebuild index a1b5f8bc81fc..2f787b71110e 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.1 2010/03/26 17:33:44 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.2 2010/05/03 19:24:34 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86- IUSE="doc examples test tk" DEPEND=">=dev-python/logilab-common-0.44.0 - >=dev-python/astng-0.19.3" + >=dev-python/astng-0.20" RDEPEND="${DEPEND}" RESTRICT_PYTHON_ABIS="3.*" @@ -58,7 +58,7 @@ src_install() { pkg_postinst() { distutils_pkg_postinst - if ! has_version dev-lang/python[tk]; then + if ! has_version "=dev-lang/python-2*[tk]"; then ewarn "dev-lang/python has been built without tk support," ewarn "${PN}-gui doesn't work without Tkinter so if you really need it," ewarn "re-install dev-lang/python with \"tk\" useflag enabled." |