mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
dev-libs/libdivsufsort: remove bogus mirror restriction
This was mistakenly added in the early turmoil of forking ChromiumOS in commit 86ce9947: "the gentoo mirrors don't have this package, download from Google code for now." Since then we have started to provide our own mirror instead of using Gentoo's. For reference, the better rule to use is `RESTRICT=primaryuri` which prioritizes downloading from `SRC_URI` over the distfiles mirrors but does not disallow uploading to a mirror.
This commit is contained in:
parent
e3914437e6
commit
63acd519f7
@ -10,8 +10,6 @@ DESCRIPTION="library to construct the suffix array and the Burrows-Wheeler trans
|
|||||||
HOMEPAGE="http://code.google.com/p/libdivsufsort/"
|
HOMEPAGE="http://code.google.com/p/libdivsufsort/"
|
||||||
SRC_URI="http://libdivsufsort.googlecode.com/files/${P}.tar.gz"
|
SRC_URI="http://libdivsufsort.googlecode.com/files/${P}.tar.gz"
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm x86"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user