summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-07-27 20:36:24 +0000
committerJustin Lecher <jlec@gentoo.org>2015-07-27 20:36:24 +0000
commit77c6edf5c8c5298d565c55470b3da0fc8caee88d (patch)
tree43f46802838ff9f74a566f0eba7f4c19d1ff53c3 /dev-python
parentVersion Bump (diff)
downloadgentoo-2-77c6edf5c8c5298d565c55470b3da0fc8caee88d.tar.gz
gentoo-2-77c6edf5c8c5298d565c55470b3da0fc8caee88d.tar.bz2
gentoo-2-77c6edf5c8c5298d565c55470b3da0fc8caee88d.zip
Fix dependencies
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/astroid/ChangeLog5
-rw-r--r--dev-python/astroid/astroid-1.3.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/astroid/ChangeLog b/dev-python/astroid/ChangeLog
index ef2c235859c7..08466f2cbc14 100644
--- a/dev-python/astroid/ChangeLog
+++ b/dev-python/astroid/ChangeLog
@@ -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 <jlec@gentoo.org> astroid-1.3.7.ebuild:
+ Fix dependencies
*astroid-1.3.7 (27 Jul 2015)
diff --git a/dev-python/astroid/astroid-1.3.7.ebuild b/dev-python/astroid/astroid-1.3.7.ebuild
index 1af53c5954c5..71fd305f3024 100644
--- a/dev-python/astroid/astroid-1.3.7.ebuild
+++ b/dev-python/astroid/astroid-1.3.7.ebuild
@@ -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 @@ IUSE="test"
# 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