mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/gitlab-runner: BDEPEND dev-lang/go
Closes: https://bugs.gentoo.org/960900 Part-of: https://github.com/gentoo/gentoo/pull/43259 Closes: https://github.com/gentoo/gentoo/pull/43259 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
This commit is contained in:
@@ -18,11 +18,16 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc64 ~riscv"
|
||||
|
||||
COMMON_DEPEND="acct-group/gitlab-runner
|
||||
acct-user/gitlab-runner"
|
||||
COMMON_DEPEND="
|
||||
acct-group/gitlab-runner
|
||||
acct-user/gitlab-runner
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
RDEPEND="${COMMON_DEPEND}"
|
||||
BDEPEND="dev-go/gox"
|
||||
BDEPEND="
|
||||
dev-go/gox
|
||||
>=dev-lang/go-1.24.4
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
|
||||
Reference in New Issue
Block a user