]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/lv: made comment more clear
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Fri, 1 Oct 2021 03:51:22 +0000 (23:51 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Fri, 1 Oct 2021 03:51:22 +0000 (23:51 -0400)
app-emacs/lv/lv-0.15.0_p20200507.ebuild

index a0c29b4c8e7e5216e68e0a25f8cc2dcb54303006..49cfab5bf2780bb1b21f668009a0025c12339a63 100644 (file)
@@ -9,9 +9,9 @@ inherit elisp
 
 DESCRIPTION="Put semi-permanent hints in the echo area"
 # This snapshot is only one commit ahead of 0.15.0 and only
-# changes a single line. The line adds a require ’cl-lib
+# changes a single line. The line adds a (require ’cl-lib)
 # to prevent emacs from erroring or warning about cl-lib
-# not being available.
+# not being available during byte compilation.
 MY_COMMIT="87873d788891029d9e44fa5458321d6a05849b94"
 HOMEPAGE="https://github.com/abo-abo/hydra"
 SRC_URI="https://github.com/abo-abo/hydra/archive/${MY_COMMIT}.tar.gz -> hydra-${PV}.tar.gz"