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 <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-03-27 15:44:38 +01:00
parent 1c53326b2a
commit 9ada833b96
2 changed files with 2 additions and 2 deletions

View File

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

View File

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