diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:50:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:50:42 +0000 |
commit | 495f041be21ede9a62dfe9780613a23c5f43c898 (patch) | |
tree | fe5d7d690ac2557c8e13cd14e09866adcd9ea5fa /dev-db | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-495f041be21ede9a62dfe9780613a23c5f43c898.tar.gz gentoo-2-495f041be21ede9a62dfe9780613a23c5f43c898.tar.bz2 gentoo-2-495f041be21ede9a62dfe9780613a23c5f43c898.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqliteman/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/sqliteman/sqliteman-1.2.2.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-db/sqliteman/ChangeLog b/dev-db/sqliteman/ChangeLog index 46d84beba6d9..0e314ffcc557 100644 --- a/dev-db/sqliteman/ChangeLog +++ b/dev-db/sqliteman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqliteman -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.7 2012/04/21 16:15:59 pesa Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.8 2013/03/02 19:50:42 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> sqliteman-1.2.2.ebuild: + Move Qt dependencies to the new category 21 Apr 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. @@ -33,4 +36,3 @@ +sqliteman-1.2.0.ebuild: Initial commit, thanks to the users in bug 173637 and Sunrise who developed the ebuild. - diff --git a/dev-db/sqliteman/sqliteman-1.2.2.ebuild b/dev-db/sqliteman/sqliteman-1.2.2.ebuild index 8e69f1b01657..14824788399e 100644 --- a/dev-db/sqliteman/sqliteman-1.2.2.ebuild +++ b/dev-db/sqliteman/sqliteman-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.2 2010/09/17 11:46:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.3 2013/03/02 19:50:42 hwoarang Exp $ EAPI=3 @@ -15,8 +15,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-sql:4[sqlite] +RDEPEND="dev-qt/qtgui:4 + dev-qt/qtsql:4[sqlite] x11-libs/qscintilla" DEPEND="${RDEPEND}" |