dev-python/enzyme: use mirror://sourceforge/ for sourceforge links

Closes: https://github.com/gentoo/gentoo/pull/1575
Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Ilya Tumaykin
2016-06-01 10:00:28 +03:00
committed by Patrice Clement
parent afc77cf405
commit 450269496f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ DESCRIPTION="Python video metadata parser"
HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme"
SRC_URI="
mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )
test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )
"
LICENSE="Apache-2.0"

View File

@@ -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"
SRC_URI="test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )"
SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
LICENSE="Apache-2.0"
SLOT="0"