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 B5BB915800A for ; Sat, 19 Aug 2023 22:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1543B2BC016; Sat, 19 Aug 2023 22:43:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F20A12BC014 for ; Sat, 19 Aug 2023 22:43:25 +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 A932A3411C4 for ; Sat, 19 Aug 2023 22:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFA8FD0 for ; Sat, 19 Aug 2023 22:43:23 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1692484914.a76e2f1193f46c70b2230310df431781b4e9861a.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/helvum/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/helvum/helvum-0.4.0.ebuild X-VCS-Directories: media-sound/helvum/ X-VCS-Committer: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: a76e2f1193f46c70b2230310df431781b4e9861a X-VCS-Branch: dev Date: Sat, 19 Aug 2023 22:43:23 +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: 54cfe93a-8d3d-46c8-acd5-d1e9812d3ea7 X-Archives-Hash: 18b187cf45c7a2f241ae4d1c55bbfdcf commit: a76e2f1193f46c70b2230310df431781b4e9861a Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Aug 19 16:35:50 2023 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Sat Aug 19 22:41:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a76e2f11 media-sound/helvum: add RESTRICT="mirror" Speeds up fetch stage Closes: https://bugs.gentoo.org/856712 Signed-off-by: Adel KARA SLIMANE zegrapher.com> media-sound/helvum/helvum-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/helvum/helvum-0.4.0.ebuild b/media-sound/helvum/helvum-0.4.0.ebuild index c3c5f92190..2ff2f62371 100644 --- a/media-sound/helvum/helvum-0.4.0.ebuild +++ b/media-sound/helvum/helvum-0.4.0.ebuild @@ -125,6 +125,7 @@ SRC_URI=" LICENSE="Apache-2.0 BSD GPL-3 ISC MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="mirror" DEPEND=" >=dev-libs/glib-2.66:2 @@ -150,4 +151,3 @@ src_install() { make_desktop_entry "${PN}" Helvum org.pipewire.Helvum "AudioVideo;Audio;Video;Midi;Settings;GNOME;GTK" "Terminal=false\nGenericName=Patchbay" } -