From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8D9C139695 for ; Sat, 25 Feb 2017 10:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319CBE0C22; Sat, 25 Feb 2017 10:44:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13A84E0C22 for ; Sat, 25 Feb 2017 10:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38328340FDA for ; Sat, 25 Feb 2017 10:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75C053FD for ; Sat, 25 Feb 2017 10:44:13 +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: <1488019443.0756013c2d947d7dcef9c419f3a2b7048b855566.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: 0756013c2d947d7dcef9c419f3a2b7048b855566 X-VCS-Branch: master Date: Sat, 25 Feb 2017 10:44:13 +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: 288b91e0-82db-4f76-a933-0910e367336b X-Archives-Hash: bada669c82e2a14870c7de6cd8b665e8 commit: 0756013c2d947d7dcef9c419f3a2b7048b855566 Author: Jimi Huotari gentoo org> AuthorDate: Fri Feb 24 16:17:32 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Feb 25 10:44:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0756013c 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 www-client/qupzilla/qupzilla-9999.ebuild | 28 ++++++++++++++-------------- 1 file 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 "