]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/ace-window: added comment explaining why we use a snapshot instead of a...
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Fri, 1 Oct 2021 02:59:23 +0000 (22:59 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Fri, 1 Oct 2021 02:59:23 +0000 (22:59 -0400)
app-emacs/ace-window/ace-window-0.10.0_p20200706.ebuild

index 7412fb71aaac6055230fb85340c3d06b069c4f4d..7f340df2602b615b2bb4cd4c89e84f6f52790889 100644 (file)
@@ -9,6 +9,8 @@ inherit elisp
 
 DESCRIPTION="GNU Emacs package for selecting a window to switch to"
 HOMEPAGE="https://github.com/abo-abo/ace-window"
+# Last github release is from 2015 which is extremely outdated.
+# This snapshot is from 2020 and also is what melpa stable tracks.
 COMMIT="c7cb315c14e36fded5ac4096e158497ae974bec9"
 SRC_URI="https://github.com/abo-abo/ace-window/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"