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: Thu, 01 Oct 2015 13:00:22
Message-Id: 1443704408.e167a8a345ec803f719ea379cd84e48dab2ff4f4.kensington@gentoo
1 commit: e167a8a345ec803f719ea379cd84e48dab2ff4f4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 12:52:12 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 13:00:08 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e167a8a3
7
8 www-client/qupzilla: sort deps
9
10 Package-Manager: portage-2.2.20.1
11
12 www-client/qupzilla/qupzilla-9999.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
16 index a78b64d..2067a57 100644
17 --- a/www-client/qupzilla/qupzilla-9999.ebuild
18 +++ b/www-client/qupzilla/qupzilla-9999.ebuild
19 @@ -32,19 +32,19 @@ SLOT="0"
20 IUSE="dbus debug gnome-keyring nonblockdialogs"
21
22 RDEPEND="dev-libs/openssl:0
23 - x11-libs/libX11
24 - gnome-keyring? ( gnome-base/gnome-keyring )
25 + >=dev-qt/qtconcurrent-5.5:5
26 >=dev-qt/qtcore-5.5:5
27 >=dev-qt/qtgui-5.5:5
28 - >=dev-qt/qtconcurrent-5.5:5
29 >=dev-qt/qtprintsupport-5.5:5
30 >=dev-qt/qtscript-5.5:5
31 >=dev-qt/qtsql-5.5:5[sqlite]
32 >=dev-qt/qtwebengine-5.5:5[widgets]
33 - dbus? ( >=dev-qt/qtdbus-5.5:5 )"
34 + x11-libs/libX11
35 + dbus? ( >=dev-qt/qtdbus-5.5:5 )
36 + gnome-keyring? ( gnome-base/gnome-keyring )"
37 DEPEND="${RDEPEND}
38 - virtual/pkgconfig
39 - >=dev-qt/linguist-tools-5.5:5"
40 + >=dev-qt/linguist-tools-5.5:5
41 + virtual/pkgconfig"
42
43 DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )