diff options
Diffstat (limited to 'eclass/optfeature.eclass')
| -rw-r--r-- | eclass/optfeature.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass index b44fc1b85251..c8b4911320d3 100644 --- a/eclass/optfeature.eclass +++ b/eclass/optfeature.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: optfeature.eclass @@ -9,7 +9,7 @@ case ${EAPI} in 7|8) ;; - *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_OPTFEATURE_ECLASS} ]]; then |
