From e119b2e22ec518d360a79ec70e292d10e2740955 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 12 Jun 2024 16:51:25 +0200 Subject: [PATCH] dev-libs/dmd_core: remove incorrect RESTRICT=mirror MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-libs/dmd_core/dmd_core-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild index 6ce331a76e..574eccd2d7 100644 --- a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild +++ b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RESTRICT="test mirror" +RESTRICT="test" BDEPEND=">=virtual/rust-1.47.0"