diff options
| author | David Seifert <soap@gentoo.org> | 2023-03-17 23:04:31 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-23 20:31:21 +0100 |
| commit | dfa1acfc797304d73d4014b0c2df7e849878c075 (patch) | |
| tree | 49e2984c9b38491f047cdd12d8f4b7de63fa67a6 /eclass | |
| parent | 147f7e85a9722d6eb67a888210b03767b5a75f7f (diff) | |
| download | kde-dfa1acfc797304d73d4014b0c2df7e849878c075.tar.gz kde-dfa1acfc797304d73d4014b0c2df7e849878c075.tar.bz2 kde-dfa1acfc797304d73d4014b0c2df7e849878c075.zip | |
eclass: standardize prologue/epilogue
Closes: https://github.com/gentoo/gentoo/pull/30061
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/cmake.eclass | 2 | ||||
| -rw-r--r-- | eclass/ecm.eclass | 2 | ||||
| -rw-r--r-- | eclass/frameworks.kde.org.eclass | 2 | ||||
| -rw-r--r-- | eclass/gear.kde.org.eclass | 2 | ||||
| -rw-r--r-- | eclass/kde.org.eclass | 2 | ||||
| -rw-r--r-- | eclass/plasma-mobile.kde.org.eclass | 2 | ||||
| -rw-r--r-- | eclass/plasma.kde.org.eclass | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 28114eb76e8..b12b8ec8d68 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -20,7 +20,7 @@ case ${EAPI} in 7|8) ;; - *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_CMAKE_ECLASS} ]]; then diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 25e8493ecc0..5d4ec3c7f29 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -23,7 +23,7 @@ case ${EAPI} in 8) ;; - *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_ECM_ECLASS} ]]; then diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass index d0a3ce1e994..81ac235d01b 100644 --- a/eclass/frameworks.kde.org.eclass +++ b/eclass/frameworks.kde.org.eclass @@ -19,7 +19,7 @@ case ${EAPI} in 8) ;; - *) die "EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_FRAMEWORKS_KDE_ORG_ECLASS} ]]; then diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 0f6ffe67c50..5977c0f72e3 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -19,7 +19,7 @@ case ${EAPI} in 8) ;; - *) die "EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_GEAR_KDE_ORG_ECLASS} ]]; then diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 0fa9006ba25..629c57d9a08 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -17,7 +17,7 @@ case ${EAPI} in 8) ;; - *) die "EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_KDE_ORG_ECLASS} ]]; then diff --git a/eclass/plasma-mobile.kde.org.eclass b/eclass/plasma-mobile.kde.org.eclass index a0436dbd974..1e2c5b6eb4f 100644 --- a/eclass/plasma-mobile.kde.org.eclass +++ b/eclass/plasma-mobile.kde.org.eclass @@ -19,7 +19,7 @@ case ${EAPI} in 8) ;; - *) die "EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_PLASMA_MOBILE_KDE_ORG_ECLASS} ]]; then diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index afdb95d694a..8fcf087896f 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -19,7 +19,7 @@ case ${EAPI} in 8) ;; - *) die "EAPI=${EAPI:-0} is not supported" ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac if [[ -z ${_PLASMA_KDE_ORG_ECLASS} ]]; then |
