mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
versionator.eclass: Ban in EAPI 7 (in favor of built-in funcs)
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
if [[ -z ${_VERSIONATOR_ECLASS} ]]; then
|
||||
_VERSIONATOR_ECLASS=1
|
||||
|
||||
case ${EAPI:-0} in
|
||||
0|1|2|3|4|5|6)
|
||||
;;
|
||||
*)
|
||||
die "${ECLASS}: banned in EAPI=${EAPI}; use ver_* instead";;
|
||||
esac
|
||||
|
||||
inherit estack
|
||||
|
||||
# @FUNCTION: get_all_version_components
|
||||
|
||||
Reference in New Issue
Block a user