summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-30 23:51:22 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-30 23:51:22 -0400
commitbb5be350a88aba9e1cc9333f68546aab85286c3e (patch)
treed1db2c547b6e917a6d39b94a062d49c990a89649
parent4e3588f771a2719f8e982a66b7e985c01522fafa (diff)
downloadebuilds-bb5be350a88aba9e1cc9333f68546aab85286c3e.tar.gz
app-emacs/lv: made comment more clear
-rw-r--r--app-emacs/lv/lv-0.15.0_p20200507.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/lv/lv-0.15.0_p20200507.ebuild b/app-emacs/lv/lv-0.15.0_p20200507.ebuild
index a0c29b4..49cfab5 100644
--- a/app-emacs/lv/lv-0.15.0_p20200507.ebuild
+++ b/app-emacs/lv/lv-0.15.0_p20200507.ebuild
@@ -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"