From 60e608ac6db09f0f53d4224b07bc1097d4a96eb9 Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Fri, 29 May 2009 23:22:53 +0000 Subject: Remove monolithic qt4 dep, as only split is in tree (Portage version: 2.2_rc33/cvs/Linux x86_64) --- x11-libs/qscintilla/ChangeLog | 7 +++++-- x11-libs/qscintilla/qscintilla-2.3.2.ebuild | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'x11-libs/qscintilla') 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 qscintilla-2.3.2.ebuild: + Remove monolithic qt4 dep, as only split is in tree 20 Feb 2009; Jeroen Roovers 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 -- cgit v1.2.3-65-gdbad