aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2017-02-24 18:17:32 +0200
committerMichael Palimaka <kensington@gentoo.org>2017-02-25 21:44:03 +1100
commit0756013c2d947d7dcef9c419f3a2b7048b855566 (patch)
treeac6be49487d1aebab079d2fabb1eeb944f7b8ab2
parentdev-qt/qtdbus: add awful hack to make it build (diff)
downloadqt-0756013c.tar.gz
qt-0756013c.tar.bz2
qt-0756013c.zip
www-client/qupzilla: Bump Qt requirement from 5.6 to 5.8.
Qt 5.8 is required since an upstream change made on 2017-02-06: https://github.com/QupZilla/qupzilla/commit/13cba7a069f208dd1b03b3426911a40f882d7bf2 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--www-client/qupzilla/qupzilla-9999.ebuild28
1 files changed, 14 insertions, 14 deletions
diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index cceded26..b0a39085 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -34,26 +34,26 @@ SLOT="0"
IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
RDEPEND="
- >=dev-qt/qtconcurrent-5.6:5
- >=dev-qt/qtcore-5.6:5
- >=dev-qt/qtdeclarative-5.6:5[widgets]
- >=dev-qt/qtgui-5.6:5
- >=dev-qt/qtnetwork-5.6:5[ssl]
- >=dev-qt/qtprintsupport-5.6:5
- >=dev-qt/qtsql-5.6:5[sqlite]
- >=dev-qt/qtwebchannel-5.6:5
- >=dev-qt/qtwebengine-5.6:5[widgets]
- >=dev-qt/qtwidgets-5.6:5
- >=dev-qt/qtx11extras-5.6:5
+ >=dev-qt/qtconcurrent-5.8:5
+ >=dev-qt/qtcore-5.8:5
+ >=dev-qt/qtdeclarative-5.8:5[widgets]
+ >=dev-qt/qtgui-5.8:5
+ >=dev-qt/qtnetwork-5.8:5[ssl]
+ >=dev-qt/qtprintsupport-5.8:5
+ >=dev-qt/qtsql-5.8:5[sqlite]
+ >=dev-qt/qtwebchannel-5.8:5
+ >=dev-qt/qtwebengine-5.8:5[widgets]
+ >=dev-qt/qtwidgets-5.8:5
+ >=dev-qt/qtx11extras-5.8:5
x11-libs/libxcb:=
- dbus? ( >=dev-qt/qtdbus-5.6:5 )
+ dbus? ( >=dev-qt/qtdbus-5.8:5 )
gnome-keyring? ( gnome-base/gnome-keyring )
kde? ( kde-frameworks/kwallet:5 )
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:0 )
"
DEPEND="${RDEPEND}
- >=dev-qt/linguist-tools-5.6:5
+ >=dev-qt/linguist-tools-5.8:5
virtual/pkgconfig
"