From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F05381382C5 for ; Tue, 13 Apr 2021 12:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8A2E0CE6; Tue, 13 Apr 2021 12:14:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED135E0CE6 for ; Tue, 13 Apr 2021 12:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2385340D24 for ; Tue, 13 Apr 2021 12:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21684649 for ; Tue, 13 Apr 2021 12:14:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1618316072.c659b9074d30316c51026c7ad5ac23b11318d9ad.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/apel/apel-10.8_p20190407.ebuild X-VCS-Directories: app-emacs/apel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c659b9074d30316c51026c7ad5ac23b11318d9ad X-VCS-Branch: master Date: Tue, 13 Apr 2021 12:14:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 563f6168-3cbc-4708-9190-7443c158061c X-Archives-Hash: 0533e55e3ee425d0ca006f1450004c55 commit: c659b9074d30316c51026c7ad5ac23b11318d9ad Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 13 12:10:54 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 13 12:14:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c659b907 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 gentoo.org> app-emacs/apel/apel-10.8_p20190407.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index c99cc1c8b78..3b61f310b05 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() {