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 11E021382C5 for ; Thu, 25 Feb 2021 22:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D69DE09DB; Thu, 25 Feb 2021 22:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 25FDDE09DB for ; Thu, 25 Feb 2021 22:11:01 +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 76453340A6A for ; Thu, 25 Feb 2021 22:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D98C04E9 for ; Thu, 25 Feb 2021 22:10:56 +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: <1614291046.cf1950293a5930e71d029a046c00baef74c881c7.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cf1950293a5930e71d029a046c00baef74c881c7 X-VCS-Branch: master Date: Thu, 25 Feb 2021 22:10:56 +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: 984acd1b-e82d-4d3d-8223-6ba08795eafa X-Archives-Hash: 90ca5f4a44108f7552002d97fa6fadd0 commit: cf1950293a5930e71d029a046c00baef74c881c7 Author: Ulrich Müller gentoo org> AuthorDate: Thu Feb 25 22:10:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Feb 25 22:10:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=cf195029 app-emacs/emacs-common-gentoo: Sync from gentoo repository Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index a40b672..bb0b926 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,8 @@ S="${WORKDIR}/${PN}" src_install() { insinto "${SITELISP}" - doins subdirs.el + sed -e "s:@libdir@:$(get_libdir):g" subdirs.el.in | newins - subdirs.el + assert newins site-gentoo.el{,.orig} keepdir /etc/emacs