projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d43e9
)
office-ext-r1.eclass: add support for EAPI 6
author
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 26 Jul 2017 12:23:42 +0000
(15:23 +0300)
committer
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 26 Jul 2017 12:40:05 +0000
(15:40 +0300)
eclass/office-ext-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/office-ext-r1.eclass
b/eclass/office-ext-r1.eclass
index 4bfc170ab39626f0ad456deffd1f61a29453944d..bdd9ffd9166bc874a593f0a1636860a087dfe42b 100644
(file)
--- 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