mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-libs/dmd_core: remove incorrect RESTRICT=mirror
From the PMS: > mirror > The package’s SRC_URI entries may not be mirrored, and > mirrors should not be checked when fetching. The crate dependencies may very well be mirrored, judging by their licenses. To fetch distfiles from their original locations immediately, set `GENTOO_MIRRORS=`. https://devmanual.gentoo.org/general-concepts/manifest/#generating-the-manifest Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -20,7 +20,7 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="test mirror"
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND=">=virtual/rust-1.47.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user