commit: e2b18adad9c7d6595fbe5b62294981b4933ddfcc
Author: Marc Joliet <marcec <AT> gmx <DOT> de>
AuthorDate: Sun Dec 11 11:53:20 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 16:27:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b18ada
app-text/asciidoc-9999: switch to EAPI 6
Package-Manager: portage-2.3.0
Signed-off-by: Marc Joliet <marcec <AT> gmx.de>
app-text/asciidoc/asciidoc-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-text/asciidoc/asciidoc-9999.ebuild
b/app-text/asciidoc/asciidoc-9999.ebuild
index cb925d0..521f401 100644
--- a/app-text/asciidoc/asciidoc-9999.ebuild
+++ b/app-text/asciidoc/asciidoc-9999.ebuild
@@ -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