diff options
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.3.2.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index f2f3340aed5a..cc823f6ddf10 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qscintilla -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.23 2009/02/20 17:50:55 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.24 2009/05/29 23:22:53 yngwin Exp $ + + 29 May 2009; Ben de Groot <yngwin@gentoo.org> qscintilla-2.3.2.ebuild: + Remove monolithic qt4 dep, as only split is in tree 20 Feb 2009; Jeroen Roovers <jer@gentoo.org> qscintilla-2.3.2.ebuild: Stable for HPPA (bug #248083). diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild index bc69250e9e80..33d746cfa621 100644 --- a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.7 2009/02/20 17:50:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.8 2009/05/29 23:22:53 yngwin Exp $ EAPI=1 inherit eutils toolchain-funcs multilib @@ -17,9 +17,7 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="qt4 +python doc examples debug" -RDEPEND="qt4? ( || ( x11-libs/qt-gui:4 - =x11-libs/qt-4.3*:4 ) - ) +RDEPEND="qt4? ( x11-libs/qt-gui:4 ) !qt4? ( x11-libs/qt:3 )" DEPEND="${RDEPEND}" # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings |