diff options
Diffstat (limited to 'dev-util/eric/eric-3.2.ebuild')
-rw-r--r-- | dev-util/eric/eric-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/eric/eric-3.2.ebuild b/dev-util/eric/eric-3.2.ebuild index 3512c74aa7dd..a52727c41a33 100644 --- a/dev-util/eric/eric-3.2.ebuild +++ b/dev-util/eric/eric-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.2.ebuild,v 1.3 2004/01/11 21:31:15 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.2.ebuild,v 1.4 2004/01/18 01:43:40 pythonhead Exp $ IUSE="" DESCRIPTION="The eric3 Python IDE" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc >=dev-python/qscintilla-1.52 >=dev-lang/python-2.2.1 >=dev-python/sip-3.6 - <=dev-python/PyQt-3.8.1" + >=dev-python/PyQt-3.8.1" src_install() { python install.py \ |