From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E5E21383E0 for ; Thu, 1 Oct 2015 13:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1007321C04F; Thu, 1 Oct 2015 13:00:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF6FD21C04F for ; Thu, 1 Oct 2015 13:00:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3CDD340CF7 for ; Thu, 1 Oct 2015 13:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33035367 for ; Thu, 1 Oct 2015 13:00:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1443704408.e167a8a345ec803f719ea379cd84e48dab2ff4f4.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/ X-VCS-Repository: proj/qt X-VCS-Files: www-client/qupzilla/qupzilla-9999.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e167a8a345ec803f719ea379cd84e48dab2ff4f4 X-VCS-Branch: master Date: Thu, 1 Oct 2015 13:00:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04db0399-f41a-4a99-a7ee-9eabe577ab04 X-Archives-Hash: e60cf7aa11182402b56a2a6af48c8fe6 commit: e167a8a345ec803f719ea379cd84e48dab2ff4f4 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 12:52:12 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 13:00:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e167a8a3 www-client/qupzilla: sort deps Package-Manager: portage-2.2.20.1 www-client/qupzilla/qupzilla-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild index a78b64d..2067a57 100644 --- a/www-client/qupzilla/qupzilla-9999.ebuild +++ b/www-client/qupzilla/qupzilla-9999.ebuild @@ -32,19 +32,19 @@ SLOT="0" IUSE="dbus debug gnome-keyring nonblockdialogs" RDEPEND="dev-libs/openssl:0 - x11-libs/libX11 - gnome-keyring? ( gnome-base/gnome-keyring ) + >=dev-qt/qtconcurrent-5.5:5 >=dev-qt/qtcore-5.5:5 >=dev-qt/qtgui-5.5:5 - >=dev-qt/qtconcurrent-5.5:5 >=dev-qt/qtprintsupport-5.5:5 >=dev-qt/qtscript-5.5:5 >=dev-qt/qtsql-5.5:5[sqlite] >=dev-qt/qtwebengine-5.5:5[widgets] - dbus? ( >=dev-qt/qtdbus-5.5:5 )" + x11-libs/libX11 + dbus? ( >=dev-qt/qtdbus-5.5:5 ) + gnome-keyring? ( gnome-base/gnome-keyring )" DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-qt/linguist-tools-5.5:5" + >=dev-qt/linguist-tools-5.5:5 + virtual/pkgconfig" DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )