jlec 15/07/27 20:36:24 Modified: astroid-1.3.7.ebuild ChangeLog Log: Fix dependencies (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 dev-python/astroid/astroid-1.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild?r1=1.1&r2=1.2 Index: astroid-1.3.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- astroid-1.3.7.ebuild 27 Jul 2015 19:25:10 -0000 1.1 +++ astroid-1.3.7.ebuild 27 Jul 2015 20:36:24 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild,v 1.1 2015/07/27 19:25:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.7.ebuild,v 1.2 2015/07/27 20:36:24 jlec Exp $ EAPI=5 @@ -19,7 +19,7 @@ # Version specified in __pkginfo__.py. RDEPEND=" - >=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}] + <=dev-python/logilab-common-0.63.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND=" app-arch/unzip 1.26 dev-python/astroid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 27 Jul 2015 19:25:10 -0000 1.25 +++ ChangeLog 27 Jul 2015 20:36:24 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/astroid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.25 2015/07/27 19:25:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.26 2015/07/27 20:36:24 jlec Exp $ + + 27 Jul 2015; Justin Lecher <[email protected]> astroid-1.3.7.ebuild: + Fix dependencies *astroid-1.3.7 (27 Jul 2015)
