summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Joliet <marcec@gmx.de>2016-12-11 12:53:20 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-12 17:27:24 +0100
commite2b18adad9c7d6595fbe5b62294981b4933ddfcc (patch)
tree42fc4aec51c01fa1319add3570ca4efd4b0c709a /app-text/asciidoc/asciidoc-9999.ebuild
parentapp-text/asciidoc-9999: move to readme.gentoo-r1 eclass (diff)
downloadgentoo-e2b18adad9c7d6595fbe5b62294981b4933ddfcc.tar.gz
gentoo-e2b18adad9c7d6595fbe5b62294981b4933ddfcc.tar.bz2
gentoo-e2b18adad9c7d6595fbe5b62294981b4933ddfcc.zip
app-text/asciidoc-9999: switch to EAPI 6
Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-text/asciidoc/asciidoc-9999.ebuild')
-rw-r--r--app-text/asciidoc/asciidoc-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild
index cb925d0cbad2..521f401bb536 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