diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 20:27:11 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 20:27:11 +0000 |
commit | aeeafd6a44079cc326725dfdc1df7772c41b8433 (patch) | |
tree | 2a8e6b7e016fae3107dae069b79fe31046bcfbdf /dev-db | |
parent | Remove no longer needed qt4 use dep (diff) | |
download | gentoo-2-aeeafd6a44079cc326725dfdc1df7772c41b8433.tar.gz gentoo-2-aeeafd6a44079cc326725dfdc1df7772c41b8433.tar.bz2 gentoo-2-aeeafd6a44079cc326725dfdc1df7772c41b8433.zip |
Remove no longer needed qt4 use dep
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqliteman/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/sqliteman/sqliteman-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
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 <yngwin@gentoo.org> sqliteman-1.2.1.ebuild: + Remove no longer needed qt4 use dep 06 Sep 2009; Markus Meier <maekke@gentoo.org> 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" |