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 3EA87138334 for ; Wed, 9 Jan 2019 04:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2850BE0B29; Wed, 9 Jan 2019 04:16:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F157EE0B29 for ; Wed, 9 Jan 2019 04:16:14 +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 39AE5335CC8 for ; Wed, 9 Jan 2019 04:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7BC8455 for ; Wed, 9 Jan 2019 04:16:10 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1547007362.b988ec66ff106cd769113606d7d9095c1409e220.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-any/wine-any-9999.ebuild X-VCS-Directories: app-emulation/wine-any/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: b988ec66ff106cd769113606d7d9095c1409e220 X-VCS-Branch: master Date: Wed, 9 Jan 2019 04:16:10 +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: 5bf54c5f-caa9-44f6-b11d-35c5cea7f09a X-Archives-Hash: e08af4ce195555146bb62b25e14b9d40 commit: b988ec66ff106cd769113606d7d9095c1409e220 Author: Nick Sarnie gentoo org> AuthorDate: Wed Jan 9 04:13:43 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Wed Jan 9 04:16:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b988ec66 app-emulation/wine-any: Revert "Added alternative source." This reverts commit 9821386e4385699ae875032dc9a66ba413363f25. Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-any/wine-any-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild index ca707f8..4fa43b8 100644 --- a/app-emulation/wine-any/wine-any-9999.ebuild +++ b/app-emulation/wine-any/wine-any-9999.ebuild @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git" + EGIT_REPO_URI="https://source.winehq.org/git/wine.git" EGIT_BRANCH="master" inherit git-r3 SRC_URI=""