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 E4ACC138359 for ; Thu, 23 Jul 2020 10:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24214E0831; Thu, 23 Jul 2020 10:58:36 +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 0C0C9E0831 for ; Thu, 23 Jul 2020 10:58:36 +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 BC06134F0F2 for ; Thu, 23 Jul 2020 10:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B567C2D3 for ; Thu, 23 Jul 2020 10:58:32 +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: <1595501823.06b20acd75919d0aa9e9d35f5b0f91764070c6d9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/files/, app-emacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-1.51-r2.ebuild app-emacs/ebuild-mode/ebuild-mode-1.51-r3.ebuild app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el X-VCS-Directories: app-emacs/ebuild-mode/files/ app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 06b20acd75919d0aa9e9d35f5b0f91764070c6d9 X-VCS-Branch: master Date: Thu, 23 Jul 2020 10:58:32 +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: a82bd305-bb48-4dce-89e9-0f74fd13931a X-Archives-Hash: 00147d5d479289bb910e5ed44701c83a commit: 06b20acd75919d0aa9e9d35f5b0f91764070c6d9 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 23 10:56:39 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 23 10:57:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b20acd app-emacs/ebuild-mode: Use conf-space-mode instead of conf-mode. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> .../{ebuild-mode-1.51-r2.ebuild => ebuild-mode-1.51-r3.ebuild} | 0 app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.51-r2.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.51-r3.ebuild similarity index 100% rename from app-emacs/ebuild-mode/ebuild-mode-1.51-r2.ebuild rename to app-emacs/ebuild-mode/ebuild-mode-1.51-r3.ebuild diff --git a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el index 7ce7e85141a..e4bbe683dd6 100644 --- a/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el +++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo-1.51.el @@ -18,7 +18,7 @@ '("/\\(package\\.\\(mask\\|unmask\\|use\\|env\ \\|license\\|properties\\|accept_\\(keywords\\|restrict\\)\\)\ \\|\\(package\\.\\)?use.\\(stable\\.\\)?\\(force\\|mask\\)\\)\\'" - . conf-mode)) + . conf-space-mode)) (add-to-list 'interpreter-mode-alist '("openrc-run" . sh-mode)) (add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) (modify-coding-system-alist 'file "\\.\\(ebuild\\|eclass\\)\\'" 'utf-8)