office-ext-r1.eclass: Inherit eutils.eclass for emktemp()
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 31 Mar 2020 19:13:53 +0000 (19:13 +0000)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 2 Apr 2020 00:28:27 +0000 (02:28 +0200)
Closes: https://bugs.gentoo.org/715666
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/office-ext-r1.eclass

index 04df18698fb801315a7894a4618853d133f855c6..298f958a13aa385dbd38eccdadfb4debbe78f191 100644 (file)
@@ -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
 # 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