Restrict download from primary URL only

This commit is contained in:
2019-05-11 11:42:17 +03:00
parent 0215998b36
commit 0bd952ecb4
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="console fourcc changer" DESCRIPTION="console fourcc changer"
HOMEPAGE="https://github.com/mypapit/cfourcc" HOMEPAGE="https://github.com/mypapit/cfourcc"
SRC_URI="https://github.com/mypapit/${PN}/archive/${PV}.tar.gz" SRC_URI="https://github.com/mypapit/${PN}/archive/${PV}.tar.gz"
RESTRICT="mirror" RESTRICT="primaryuri"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"

View File

@@ -7,6 +7,7 @@ inherit autotools eutils multilib flag-o-matic
DESCRIPTION="The most advanced non-linear video editor and compositor" DESCRIPTION="The most advanced non-linear video editor and compositor"
HOMEPAGE="http://www.cinelerra-gg.org/" HOMEPAGE="http://www.cinelerra-gg.org/"
SRC_URI="https://cinelerra-gg.org/download/pkgs/src/cin_${PV}-src.tgz" SRC_URI="https://cinelerra-gg.org/download/pkgs/src/cin_${PV}-src.tgz"
RESTRICT="primaryuri"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"