mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/enzyme: support both HTTPS and git URIs in 9999.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
committed by
Patrice Clement
parent
fe9b5c225e
commit
72c681609d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user