From 63acd519f7ef94f5880aea555a71821c6021a3aa Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 29 Mar 2015 14:40:05 -0700 Subject: [PATCH] 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. --- .../dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild index bcb6f4412e..10bcf4e1b8 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild @@ -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"