diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 14:10:54 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 14:14:32 +0200 |
commit | c659b9074d30316c51026c7ad5ac23b11318d9ad (patch) | |
tree | 90c41e59b04da9ad20f6aafb7d161740d4c8a005 /app-emacs | |
parent | app-emacs/flim: Don't use ED in src_compile (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emacs/apel/apel-10.8_p20190407.ebuild | 4 |
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() { |