From 9ada833b9646df504531d7b16324e28bda108525 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Fri, 27 Mar 2026 15:44:38 +0100 Subject: [PATCH] dev-util/forgejo-runner: restrict mirror It's highly improbable that the source or crate distfile hits the ::gentoo mirrors so we avoid trying that. Signed-off-by: Paul Zander --- dev-util/forgejo-runner/forgejo-runner-12.7.3.ebuild | 2 +- dev-util/forgejo-runner/forgejo-runner-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/forgejo-runner/forgejo-runner-12.7.3.ebuild b/dev-util/forgejo-runner/forgejo-runner-12.7.3.ebuild index 77a7a3dba0..ba54dd5993 100644 --- a/dev-util/forgejo-runner/forgejo-runner-12.7.3.ebuild +++ b/dev-util/forgejo-runner/forgejo-runner-12.7.3.ebuild @@ -23,7 +23,7 @@ fi LICENSE="MIT" SLOT="0" IUSE="examples +docker podman lxc" -RESTRICT="test" +RESTRICT="mirror test" REQUIRED_USE="|| ( docker podman lxc )" DEPEND=" diff --git a/dev-util/forgejo-runner/forgejo-runner-9999.ebuild b/dev-util/forgejo-runner/forgejo-runner-9999.ebuild index 99eac86f0c..769f0f9a30 100644 --- a/dev-util/forgejo-runner/forgejo-runner-9999.ebuild +++ b/dev-util/forgejo-runner/forgejo-runner-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="MIT" SLOT="0" IUSE="+docker examples podman lxc" -RESTRICT="test" +RESTRICT="mirror test" REQUIRED_USE="|| ( docker podman lxc )" DEPEND="