mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/gitlab-cli: fix BDEPEND
gitlab-cli 1.48.0 requires go 1.23.2. Closes: https://bugs.gentoo.org/942996 Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39481 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
committed by
Eli Schwartz
parent
a0ac1637ce
commit
8e4dc8d4dd
@@ -15,7 +15,7 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND=">=dev-lang/go-1.23.0"
|
||||
BDEPEND=">=dev-lang/go-1.23.2"
|
||||
|
||||
# tests communicate with gitlab.com and require a personal access token
|
||||
RESTRICT="test"
|
||||
|
||||
Reference in New Issue
Block a user