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 AA2C11382C5 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 0C82FE0CE1; Tue, 13 Apr 2021 12:14:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EC806E0CE1 for ; Tue, 13 Apr 2021 12:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C103340CA7 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 0DC1D4A5 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: <1618316071.6312cf7fe4fadcef19d8503024407e22642cc3ca.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/flim/flim-1.14.9_p20190526.ebuild X-VCS-Directories: app-emacs/flim/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6312cf7fe4fadcef19d8503024407e22642cc3ca 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: e9688e4c-2c2a-4cc1-8fb6-a1a705814511 X-Archives-Hash: bdb349a613f897120e16c1e7a3de701f commit: 6312cf7fe4fadcef19d8503024407e22642cc3ca Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 13 12:10:39 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 13 12:14:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6312cf7f app-emacs/flim: 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/flim/flim-1.14.9_p20190526.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild index 38e708b0d33..270cd7667f3 100644 --- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild +++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild @@ -22,9 +22,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}" SITEFILE="60${PN}-gentoo.el" src_compile() { - emake PREFIX="${ED}/usr" \ - LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" + default } src_install() {