Skip to content

Commit

Permalink
office-ext-r1.eclass: add support for EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinkbyte committed Jul 26, 2017
1 parent e0d43e9 commit 6ffe9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/office-ext-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ffe9a1

Please sign in to comment.