Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/
Date: Tue, 03 Jan 2017 23:07:22
Message-Id: 1483484762.72c681609d9cc5c08356ff3925a8542b3f1d3c60.monsieurp@gentoo
1 commit: 72c681609d9cc5c08356ff3925a8542b3f1d3c60
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 13:45:29 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 23:06:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c68160
7
8 dev-python/enzyme: support both HTTPS and git URIs in 9999.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/enzyme/enzyme-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild
16 index 65bb905..c6ade87 100644
17 --- a/dev-python/enzyme/enzyme-9999.ebuild
18 +++ b/dev-python/enzyme/enzyme-9999.ebuild
19 @@ -11,7 +11,7 @@ inherit distutils-r1 git-r3
20
21 DESCRIPTION="Python video metadata parser"
22 HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme"
23 -EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git"
24 +EGIT_REPO_URI=( {https,git}://github.com/Diaoul/${PN}.git )
25 SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
26
27 LICENSE="Apache-2.0"