summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-10-08 22:46:07 +0200
committerUlrich Müller <ulm@gentoo.org>2024-10-08 22:46:07 +0200
commitbbd051a0cbd87e5baba9331f32ffd0b3cec430f6 (patch)
tree78d3d44a049043d6b4538f8eb974c0f1117e4661 /ChangeLog
parentUpdate URL in comment (diff)
downloadebuild-mode-bbd051a0cbd87e5baba9331f32ffd0b3cec430f6.tar.gz
ebuild-mode-bbd051a0cbd87e5baba9331f32ffd0b3cec430f6.tar.bz2
ebuild-mode-bbd051a0cbd87e5baba9331f32ffd0b3cec430f6.zip
Remove fallback to profiles.descHEADmaster
* ebuild-mode.el (ebuild-mode-arch-stable-list): Don't fall back to profiles.desc to determine whether an arch has stable keywords. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c653e0..8d708a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2024-10-08 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-mode-arch-stable-list): Don't fall back
+ to profiles.desc to determine whether an arch has stable keywords.
+
* Makefile (EMACSFLAGS): Use single hyphen for compatibility.
* ebuild-mode.el (ebuild-mode-collect-and-split): Preserve order.