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:
Michael Marineau 2015-03-29 14:40:05 -07:00
parent e3914437e6
commit 63acd519f7

View File

@ -10,8 +10,6 @@ DESCRIPTION="library to construct the suffix array and the Burrows-Wheeler trans
HOMEPAGE="http://code.google.com/p/libdivsufsort/"
SRC_URI="http://libdivsufsort.googlecode.com/files/${P}.tar.gz"
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"