From aeeafd6a44079cc326725dfdc1df7772c41b8433 Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Sat, 2 Jan 2010 20:27:11 +0000 Subject: Remove no longer needed qt4 use dep (Portage version: 2.2_rc61/cvs/Linux x86_64) --- dev-db/sqliteman/ChangeLog | 7 +++++-- dev-db/sqliteman/sqliteman-1.2.1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-db') diff --git a/dev-db/sqliteman/ChangeLog b/dev-db/sqliteman/ChangeLog index b8813053992c..4d3ccd396bc3 100644 --- a/dev-db/sqliteman/ChangeLog +++ b/dev-db/sqliteman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqliteman -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.3 2009/09/06 16:26:31 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.4 2010/01/02 20:27:11 yngwin Exp $ + + 02 Jan 2010; Ben de Groot sqliteman-1.2.1.ebuild: + Remove no longer needed qt4 use dep 06 Sep 2009; Markus Meier sqliteman-1.2.1.ebuild: amd64/x86 stable, bug #282452 diff --git a/dev-db/sqliteman/sqliteman-1.2.1.ebuild b/dev-db/sqliteman/sqliteman-1.2.1.ebuild index 429b2b3c2fbb..26815c382721 100644 --- a/dev-db/sqliteman/sqliteman-1.2.1.ebuild +++ b/dev-db/sqliteman/sqliteman-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.1.ebuild,v 1.3 2009/09/06 16:26:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.1.ebuild,v 1.4 2010/01/02 20:27:11 yngwin Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="" RDEPEND="x11-libs/qt-gui:4 x11-libs/qt-sql:4[sqlite] - >=x11-libs/qscintilla-2.1-r1[qt4]" + x11-libs/qscintilla" DEPEND="${RDEPEND}" DOCS="AUTHORS README" -- cgit v1.2.3-65-gdbad