mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
overlay eclass/coreos-go-depend: Drop support for old EAPIs
This commit is contained in:
parent
081c415ae4
commit
a8ed1227a2
@ -16,7 +16,6 @@
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.22}"
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
||||
7|8) BDEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
||||
*) die "Unsupported EAPI=${EAPI} for ${ECLASS}"
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user