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 87A9F139696 for ; Sun, 30 Jul 2017 09:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC560E0E5E; Sun, 30 Jul 2017 09:45:00 +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 978ACE0E5E for ; Sun, 30 Jul 2017 09:45:00 +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 CA553341A72 for ; Sun, 30 Jul 2017 09:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BFC974C8 for ; Sun, 30 Jul 2017 09:44:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407883.38bb8ce4de2db4e2a50474bfbeebf065e2f58f7b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/enzyme/enzyme-9999.ebuild X-VCS-Directories: dev-python/enzyme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38bb8ce4de2db4e2a50474bfbeebf065e2f58f7b X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:58 +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: a3692bed-4c7f-4055-883b-b63bf127c930 X-Archives-Hash: c13bbadc821f9a208e0da3060328bd79 commit: 38bb8ce4de2db4e2a50474bfbeebf065e2f58f7b Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 17:35:40 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bb8ce4 dev-python/enzyme: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/enzyme/enzyme-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index b206b8a585f..c9d243a749c 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python video metadata parser" HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme" -EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git ) +EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git" SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )" LICENSE="Apache-2.0"