mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-shells/direnv: BDEPEND on >=dev-lang/go-1.24
As of this release, upstream has increased their minimum Go version to 1.24. Bump the BDEPEND in both the latest version and the live ebuild. Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
@@ -18,6 +18,9 @@ KEYWORDS="~amd64 ~x86"
|
||||
# test dependencies are unreasonable, and tests fail without patches
|
||||
RESTRICT="test"
|
||||
|
||||
# Upstream requires Go >=1.24
|
||||
BDEPEND+=">=dev-lang/go-1.24:="
|
||||
|
||||
DOCS=( {CHANGELOG,README}.md )
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="test" # fails
|
||||
|
||||
# Upstream requires Go >=1.24
|
||||
BDEPEND+=">=dev-lang/go-1.24:="
|
||||
|
||||
DOCS=( {CHANGELOG,README}.md )
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user