From 7d13f962012aeef1880932ee382ee0a80322090b Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 25 Sep 2024 20:26:37 +0200 Subject: Remove ia64 from list of archs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ebuild-mode.el (ebuild-mode-arch-list): Remove ia64. Signed-off-by: Ulrich Müller --- ChangeLog | 4 ++++ ebuild-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 484a3f0..892e729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-09-25 Ulrich Müller + + * ebuild-mode.el (ebuild-mode-arch-list): Remove ia64. + 2024-09-10 Ulrich Müller * test/ebuild-mode-tests.el (ebuild-mode-test-update-copyright): diff --git a/ebuild-mode.el b/ebuild-mode.el index 1116213..a6e265e 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -139,7 +139,7 @@ Returns non-nil if A is less than B by Gentoo keyword ordering." (sort (split-string (buffer-string)) #'ebuild-mode-arch-lessp)) (file-error nil)) ;; could not read architectures from repository, so fall back to default - '("alpha" "amd64" "arm" "arm64" "hppa" "ia64" "loong" "m68k" "mips" + '("alpha" "amd64" "arm" "arm64" "hppa" "loong" "m68k" "mips" "ppc" "ppc64" "riscv" "s390" "sparc" "x86")) "List of architectures.") -- cgit v1.2.3-65-gdbad