From: Marc Joliet Date: Sun, 11 Dec 2016 11:53:20 +0000 (+0100) Subject: app-text/asciidoc-9999: switch to EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2b18adad9c7d6595fbe5b62294981b4933ddfcc;p=gentoo.git app-text/asciidoc-9999: switch to EAPI 6 Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet --- 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