summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-02 14:45:16 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-02 14:45:16 +0000
commita70f42c65202d88c203c40910fef8f96f333d1ee (patch)
treede550ee3deb79c550ae1aba7fcce118d5d4dbc31 /eclass
parent721254b86a09bdedd5eefd0de7899c90ea2ead1a (diff)
gentoo resync : 02.01.2018
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin41368 -> 41380 bytes
-rw-r--r--eclass/tmpfiles.eclass2
-rw-r--r--eclass/x-modular.eclass3
3 files changed, 4 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 841d0edfa7f4..cd264f665aa1 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files 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