From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 31 Mar 2020 19:13:53 +0000 (+0000) Subject: office-ext-r1.eclass: Inherit eutils.eclass for emktemp() X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8fe776e527b9adb229712ce7c334815ac5f5b92e;p=gentoo.git office-ext-r1.eclass: Inherit eutils.eclass for emktemp() Closes: https://bugs.gentoo.org/715666 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index 04df18698fb8..298f958a13aa 100644 --- a/eclass/office-ext-r1.eclass +++ b/eclass/office-ext-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: office-ext-r1.eclass @@ -12,11 +12,14 @@ # Eclass for easing maintenance of libreoffice/openoffice extensions. case "${EAPI:-0}" in - 5|6) inherit eutils multilib ;; + 5|6) inherit multilib ;; 7) ;; *) die "EAPI=${EAPI} is not supported" ;; esac +# eutils.eclass: emktemp +inherit eutils + OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm" # @ECLASS-VARIABLE: OFFICE_REQ_USE