projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936292c
)
app-text/asciidoc-9999: switch to EAPI 6
author
Marc Joliet
<marcec@gmx.de>
Sun, 11 Dec 2016 11:53:20 +0000
(12:53 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-text/asciidoc/asciidoc-9999.ebuild
b/app-text/asciidoc/asciidoc-9999.ebuild
index cb925d0cbad2d4041b10cf3f90346cebf5ac8e72..521f401bb536c2f1a31af25e720b5bb32f346fde 100644
(file)
--- 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