diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-07-26 15:23:42 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-07-26 15:40:05 +0300 |
commit | 6ffe9a1b6086582bbe91d35d21b4fad0748fa9c0 (patch) | |
tree | f49704ff430752ff34ef5ab46ba0b5dca062ec56 /eclass/office-ext-r1.eclass | |
parent | x11-plugins/i8krellm: Drop old (diff) | |
download | gentoo-6ffe9a1b6086582bbe91d35d21b4fad0748fa9c0.tar.gz gentoo-6ffe9a1b6086582bbe91d35d21b4fad0748fa9c0.tar.bz2 gentoo-6ffe9a1b6086582bbe91d35d21b4fad0748fa9c0.zip |
office-ext-r1.eclass: add support for EAPI 6
Diffstat (limited to 'eclass/office-ext-r1.eclass')
-rw-r--r-- | eclass/office-ext-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index 4bfc170ab396..bdd9ffd9166b 100644 --- a/eclass/office-ext-r1.eclass +++ b/eclass/office-ext-r1.eclass @@ -11,7 +11,7 @@ # Eclass for easing maitenance of libreoffice/openoffice extensions. case "${EAPI:-0}" in - 5) OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm" ;; + 5|6) OEXT_EXPORTED_FUNCTIONS="src_unpack src_install pkg_postinst pkg_prerm" ;; *) die "EAPI=${EAPI} is not supported" ;; esac |