app-text/asciidoc-9999: switch to EAPI 6
authorMarc Joliet <marcec@gmx.de>
Sun, 11 Dec 2016 11:53:20 +0000 (12:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 12 Dec 2016 16:27:24 +0000 (17:27 +0100)
Package-Manager: portage-2.3.0
Signed-off-by: Marc Joliet <marcec@gmx.de>
app-text/asciidoc/asciidoc-9999.ebuild

index cb925d0cbad2d4041b10cf3f90346cebf5ac8e72..521f401bb536c2f1a31af25e720b5bb32f346fde 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 pypy )
 
@@ -58,6 +58,8 @@ if [ "$PV" == "9999" ]; then
 fi
 
 src_prepare() {
+       default
+
        # Only needed for prefix - harmless (does nothing) otherwise
        sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
                "${S}/asciidoc.py" || die