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 A6A1D1396D1 for ; Sun, 8 Oct 2017 08:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53062BC006; Sun, 8 Oct 2017 08:10:44 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A49402BC004 for ; Sun, 8 Oct 2017 08:10:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DA3A33C770 for ; Sun, 8 Oct 2017 08:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45228F66 for ; Sun, 8 Oct 2017 08:10:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1507447105.084740756716d1b22e89acc2bcb062e70616ee31.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 084740756716d1b22e89acc2bcb062e70616ee31 X-VCS-Branch: master Date: Sun, 8 Oct 2017 08:10:41 +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: 0f4e052c-276e-4c50-a20f-219bfced59b7 X-Archives-Hash: 027c07fb1361004ab0b9e8d6753f68f7 commit: 084740756716d1b22e89acc2bcb062e70616ee31 Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 8 07:18:25 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 8 07:18:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=08474075 www-client/falkon: Raise QT_MINIMAL to 5.9.2 Package-Manager: Portage-2.3.11, Repoman-2.3.3 www-client/falkon/falkon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 31bca77324..63bb128ac6 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22" PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older archive -# QT_MINIMAL="5.9.2" +QT_MINIMAL="5.9.2" inherit kde5 DESCRIPTION="Cross-platform web browser using QtWebEngine"