mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user