Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
Date: Sat, 25 Feb 2017 10:44:16
Message-Id: 1488019443.0756013c2d947d7dcef9c419f3a2b7048b855566.kensington@gentoo
1 commit: 0756013c2d947d7dcef9c419f3a2b7048b855566
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 16:17:32 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 10:44:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0756013c
7
8 www-client/qupzilla: Bump Qt requirement from 5.6 to 5.8.
9
10 Qt 5.8 is required since an upstream change made on 2017-02-06:
11
12 https://github.com/QupZilla/qupzilla/commit/13cba7a069f208dd1b03b3426911a40f882d7bf2
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 www-client/qupzilla/qupzilla-9999.ebuild | 28 ++++++++++++++--------------
17 1 file changed, 14 insertions(+), 14 deletions(-)
18
19 diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
20 index cceded26..b0a39085 100644
21 --- a/www-client/qupzilla/qupzilla-9999.ebuild
22 +++ b/www-client/qupzilla/qupzilla-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -34,26 +34,26 @@ SLOT="0"
30 IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
31
32 RDEPEND="
33 - >=dev-qt/qtconcurrent-5.6:5
34 - >=dev-qt/qtcore-5.6:5
35 - >=dev-qt/qtdeclarative-5.6:5[widgets]
36 - >=dev-qt/qtgui-5.6:5
37 - >=dev-qt/qtnetwork-5.6:5[ssl]
38 - >=dev-qt/qtprintsupport-5.6:5
39 - >=dev-qt/qtsql-5.6:5[sqlite]
40 - >=dev-qt/qtwebchannel-5.6:5
41 - >=dev-qt/qtwebengine-5.6:5[widgets]
42 - >=dev-qt/qtwidgets-5.6:5
43 - >=dev-qt/qtx11extras-5.6:5
44 + >=dev-qt/qtconcurrent-5.8:5
45 + >=dev-qt/qtcore-5.8:5
46 + >=dev-qt/qtdeclarative-5.8:5[widgets]
47 + >=dev-qt/qtgui-5.8:5
48 + >=dev-qt/qtnetwork-5.8:5[ssl]
49 + >=dev-qt/qtprintsupport-5.8:5
50 + >=dev-qt/qtsql-5.8:5[sqlite]
51 + >=dev-qt/qtwebchannel-5.8:5
52 + >=dev-qt/qtwebengine-5.8:5[widgets]
53 + >=dev-qt/qtwidgets-5.8:5
54 + >=dev-qt/qtx11extras-5.8:5
55 x11-libs/libxcb:=
56 - dbus? ( >=dev-qt/qtdbus-5.6:5 )
57 + dbus? ( >=dev-qt/qtdbus-5.8:5 )
58 gnome-keyring? ( gnome-base/gnome-keyring )
59 kde? ( kde-frameworks/kwallet:5 )
60 libressl? ( dev-libs/libressl:= )
61 !libressl? ( dev-libs/openssl:0 )
62 "
63 DEPEND="${RDEPEND}
64 - >=dev-qt/linguist-tools-5.6:5
65 + >=dev-qt/linguist-tools-5.8:5
66 virtual/pkgconfig
67 "