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:
Ceres
2026-03-17 17:07:47 +00:00
parent e97519fdff
commit e6ffac282f
4 changed files with 40 additions and 2 deletions

View File

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