media-sound/helvum: add RESTRICT="mirror"

Speeds up fetch stage
Closes: https://bugs.gentoo.org/856712

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel KARA SLIMANE
2023-08-19 18:35:50 +02:00
parent e192650d56
commit a76e2f1193

View File

@@ -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"
}