summaryrefslogtreecommitdiff
path: root/eclass/office-ext-r1.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/office-ext-r1.eclass')
-rw-r--r--eclass/office-ext-r1.eclass7
1 files changed, 5 insertions, 2 deletions
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