diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 41368 -> 41380 bytes | |||
-rw-r--r-- | eclass/tmpfiles.eclass | 2 | ||||
-rw-r--r-- | eclass/x-modular.eclass | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 841d0edfa7f4..cd264f665aa1 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 6a461d4df859..746225784128 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -55,7 +55,7 @@ if [[ -z ${TMPFILES_ECLASS} ]]; then TMPFILES_ECLASS=1 case "${EAPI}" in -6) ;; +5|6) ;; *) die "API is undefined for EAPI ${EAPI}" ;; esac diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 56d8a367990e..7c5ea3fbd90c 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,5 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# @DEAD +# Removal on 2018-02-01. # # DEPRECATED # This eclass has been superseded by xorg-2 |