From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-921097-garchives=archives.gentoo.org@lists.gentoo.org> 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 8B2E5139085 for <garchives@archives.gentoo.org>; Tue, 3 Jan 2017 23:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7016E0C41; Tue, 3 Jan 2017 23:07:20 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9102E0C41 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2017 23:07:10 +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 E554A341229 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2017 23:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99AFB2625 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Jan 2017 23:07:06 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1483484762.72c681609d9cc5c08356ff3925a8542b3f1d3c60.monsieurp@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: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 72c681609d9cc5c08356ff3925a8542b3f1d3c60 X-VCS-Branch: master Date: Tue, 3 Jan 2017 23:07:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e50b599c-e6ce-4726-b644-5e23dbeea4eb X-Archives-Hash: 389f3f87f0684c479fe4088248ade729 commit: 72c681609d9cc5c08356ff3925a8542b3f1d3c60 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Fri Dec 30 13:45:29 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jan 3 23:06:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c68160 dev-python/enzyme: support both HTTPS and git URIs in 9999. Package-Manager: Portage-2.3.3, Repoman-2.3.1 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 65bb905..c6ade87 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -11,7 +11,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="git://github.com/Diaoul/${PN}.git" +EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git ) SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )" LICENSE="Apache-2.0"