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 D24F513835A for ; Wed, 14 Apr 2021 06:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E28AEE0B92; Wed, 14 Apr 2021 06:54:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C921AE0B92 for ; Wed, 14 Apr 2021 06:54:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 563A333BDE1 for ; Wed, 14 Apr 2021 06:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2001C3 for ; Wed, 14 Apr 2021 06:54:24 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1618218478.a22ac6627d5f3ab9f1e72d57050182749808fa3e.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: a22ac6627d5f3ab9f1e72d57050182749808fa3e X-VCS-Branch: master Date: Wed, 14 Apr 2021 06:54:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c4fe269-2835-4d5a-935f-0a1ae8f027ff X-Archives-Hash: e71c4860775a809861e47ed8d07f59d9 commit: a22ac6627d5f3ab9f1e72d57050182749808fa3e Author: Jimi Huotari gentoo org> AuthorDate: Sun Apr 11 16:43:37 2021 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Apr 12 09:07:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a22ac662 dev-qt/qtwebengine: add EGIT_REPO_URI in preparation for eclass changes The eclass will use KDE upstream for all 5.15 modules except for 'qtwebengine'. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild index a38e6be2..69eec9bf 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9999.ebuild @@ -16,6 +16,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then S="${WORKDIR}/${P}" QT5_BUILD_DIR="${S}_build" fi +else + EGIT_BRANCH="5.15" + EGIT_REPO_URI=( + "https://code.qt.io/qt/${QT5_MODULE}.git" + "https://github.com/qt/${QT5_MODULE}.git" + ) fi # patchset based on https://github.com/chromium-ppc64le releases