From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBB6915817D for ; Wed, 12 Jun 2024 16:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0382E2B22; Wed, 12 Jun 2024 16:10:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7E6CE2B22 for ; Wed, 12 Jun 2024 16:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 721DE33EB78 for ; Wed, 12 Jun 2024 16:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25F11CB3 for ; Wed, 12 Jun 2024 16:10:32 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1718204861.e119b2e22ec518d360a79ec70e292d10e2740955.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/dmd_core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/dmd_core/dmd_core-0.6.2.ebuild X-VCS-Directories: dev-libs/dmd_core/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e119b2e22ec518d360a79ec70e292d10e2740955 X-VCS-Branch: master Date: Wed, 12 Jun 2024 16:10:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23258fdf-d9d2-41e4-a68f-a95b06a1cbbe X-Archives-Hash: 6b1ea31301bbf9b80b71ee77c81bb247 commit: e119b2e22ec518d360a79ec70e292d10e2740955 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 12 14:51:25 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jun 12 15:07:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e119b2e2 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 posteo.net> 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 6ce331a76..574eccd2d 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"