summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-13 14:10:54 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-13 14:14:32 +0200
commitc659b9074d30316c51026c7ad5ac23b11318d9ad (patch)
tree90c41e59b04da9ad20f6aafb7d161740d4c8a005 /app-emacs/apel
parentapp-emacs/flim: Don't use ED in src_compile (diff)
downloadgentoo-c659b9074d30316c51026c7ad5ac23b11318d9ad.tar.gz
gentoo-c659b9074d30316c51026c7ad5ac23b11318d9ad.tar.bz2
gentoo-c659b9074d30316c51026c7ad5ac23b11318d9ad.zip
app-emacs/apel: Don't use ED in src_compile
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/apel-10.8_p20190407.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild
index c99cc1c8b78d..3b61f310b058 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -25,9 +25,7 @@ src_prepare() {
}
src_compile() {
- emake PREFIX="${ED}/usr" \
- LISPDIR="${ED}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
+ default
}
src_install() {