From a70f42c65202d88c203c40910fef8f96f333d1ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 2 Jan 2018 14:45:16 +0000 Subject: gentoo resync : 02.01.2018 --- eclass/Manifest.gz | Bin 41368 -> 41380 bytes eclass/tmpfiles.eclass | 2 +- eclass/x-modular.eclass | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 841d0edfa7f4..cd264f665aa1 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ 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 -- cgit v1.2.3