mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/forgejo-runner: use acct-user/runner
Signed-off-by: Ceres <ceres@ceressees.dev> Part-of: https://codeberg.org/gentoo/guru/pulls/3 Merges: https://codeberg.org/gentoo/guru/pulls/3
This commit is contained in:
@@ -22,13 +22,22 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="examples"
|
||||
IUSE="examples docker podman lxc"
|
||||
RESTRICT="test"
|
||||
REQUIRED_USE="|| ( docker podman lxc )"
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/go-1.25.8
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
acct-user/runner[docker=,podman=,lxc=]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-systemd-rundir.patch"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
git-r3_src_unpack
|
||||
|
||||
Reference in New Issue
Block a user