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:
Lucio Sauer
2024-06-12 16:51:25 +02:00
parent 692477967d
commit e119b2e22e

View File

@@ -20,7 +20,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test mirror"
RESTRICT="test"
BDEPEND=">=virtual/rust-1.47.0"