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:
demize
2025-04-11 10:29:35 -04:00
parent 3748f43f31
commit dd35344974
2 changed files with 6 additions and 0 deletions

View File

@@ -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() {

View File

@@ -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() {