From 0a6a40aef09142b9542e7b6a75a068346d4a8d09 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 16 Jan 2022 12:16:17 +0100 Subject: Drop EAPI 5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ebuild-mode.el (ebuild-mode-eapi-list): Drop EAPI 5. Signed-off-by: Ulrich Müller --- ChangeLog | 2 ++ ebuild-mode.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45aef5a..ecb8f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-01-16 Ulrich Müller + * ebuild-mode.el (ebuild-mode-eapi-list): Drop EAPI 5. + * gentoo-newsitem-mode.el (gentoo-newsitem-insert-skeleton): Use ebuild-mode-full-name and ebuild-mode-mail-address as default author information. diff --git a/ebuild-mode.el b/ebuild-mode.el index aa52f7d..570c040 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -84,7 +84,7 @@ A formfeed is not considered whitespace by this function." :group 'ebuild) (defcustom ebuild-mode-eapi-list - '("5" "6" "7" "8") + '("6" "7" "8") "List of supported EAPIs. The most recent EAPI must be listed last." :type '(repeat string) -- cgit v1.2.3-65-gdbad