overlay eclass/coreos-go-depend: Drop support for old EAPIs

This commit is contained in:
Krzesimir Nowak 2025-01-31 15:44:03 +01:00
parent 081c415ae4
commit a8ed1227a2

View File

@ -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