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 0D256138FFA for ; Mon, 17 Oct 2016 21:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F372E0BEC; Mon, 17 Oct 2016 21:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 69169E0BE7 for ; Mon, 17 Oct 2016 21:53:48 +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 E37853413A6 for ; Mon, 17 Oct 2016 21:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DAA33D for ; Mon, 17 Oct 2016 21:53:40 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1476740943.f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77 X-VCS-Branch: master Date: Mon, 17 Oct 2016 21:53:40 +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: facd4847-e936-41a8-a869-324cac4646e9 X-Archives-Hash: 18c8ce4cf193da6242689e9b03ebad1f commit: f1ca03ea5b08dfb949093e2cad05c0a7aad0ee77 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Oct 16 22:10:01 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Oct 17 21:49:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ca03ea media-video/mpv: prefer https git repo URI in live ebuild Sometimes git protocol isn't available. Requested by Sergey Alirzaev in https://github.com/gentoo/gentoo/pull/2570 Closes: https://github.com/gentoo/gentoo/pull/2572 Package-Manager: portage-2.3.2 media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e50ba86..950092a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else - EGIT_REPO_URI="git://github.com/mpv-player/mpv.git" + EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) inherit git-r3 fi SRC_URI+=" https://waf.io/waf-${WAF_PV}"