summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:41:08 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:41:08 +0000
commit02bbef7adbdc0e6ce1b1b897ceb1cd848a0b8944 (patch)
treea20fdfc1ca31b3f747cbbff19dd169c7cc02fa3d /www-client
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-02bbef7adbdc0e6ce1b1b897ceb1cd848a0b8944.tar.gz
gentoo-2-02bbef7adbdc0e6ce1b1b897ceb1cd848a0b8944.tar.bz2
gentoo-2-02bbef7adbdc0e6ce1b1b897ceb1cd848a0b8944.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 'www-client')
-rw-r--r--www-client/qupzilla/ChangeLog5
-rw-r--r--www-client/qupzilla/qupzilla-1.3.5-r1.ebuild16
2 files changed, 12 insertions, 9 deletions
diff --git a/www-client/qupzilla/ChangeLog b/www-client/qupzilla/ChangeLog
index 9abef8c72166..52bb1aa9996f 100644
--- a/www-client/qupzilla/ChangeLog
+++ b/www-client/qupzilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/qupzilla
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.22 2013/02/26 11:16:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.23 2013/03/02 23:41:08 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qupzilla-1.3.5-r1.ebuild:
+ Move Qt dependencies to the new category
26 Feb 2013; Michael Palimaka <kensington@gentoo.org> -qupzilla-1.3.1.ebuild,
-qupzilla-1.3.5.ebuild:
diff --git a/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild b/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild
index 5808c6fadd70..ed362bde9649 100644
--- a/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild
+++ b/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild,v 1.3 2013/02/26 11:01:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.5-r1.ebuild,v 1.4 2013/03/02 23:41:08 hwoarang Exp $
EAPI=5
PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP
@@ -20,12 +20,12 @@ KEYWORDS="amd64 x86"
IUSE="dbus debug kde nonblockdialogs"
DEPEND="
- >=x11-libs/qt-core-4.7:4
- >=x11-libs/qt-gui-4.7:4
- >=x11-libs/qt-script-4.7:4
- >=x11-libs/qt-sql-4.7:4
- >=x11-libs/qt-webkit-4.7:4
- dbus? ( >=x11-libs/qt-dbus-4.7:4 )"
+ >=dev-qt/qtcore-4.7:4
+ >=dev-qt/qtgui-4.7:4
+ >=dev-qt/qtscript-4.7:4
+ >=dev-qt/qtsql-4.7:4
+ >=dev-qt/qtwebkit-4.7:4
+ dbus? ( >=dev-qt/qtdbus-4.7:4 )"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
@@ -47,7 +47,7 @@ src_configure() {
export DISABLE_DBUS=$(use dbus && echo false || echo true)
export KDE=$(use kde && echo true || echo false) # in future this will enable nepomuk integration
export NONBLOCK_JS_DIALOGS=$(use nonblockdialogs && echo true || echo false)
- has_version '>=x11-libs/qt-webkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true
+ has_version '>=dev-qt/qtwebkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true
eqmake4
}