diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:51:22 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:51:22 -0400 |
commit | bb5be350a88aba9e1cc9333f68546aab85286c3e (patch) | |
tree | d1db2c547b6e917a6d39b94a062d49c990a89649 /app-emacs | |
parent | 4e3588f771a2719f8e982a66b7e985c01522fafa (diff) | |
download | ebuilds-bb5be350a88aba9e1cc9333f68546aab85286c3e.tar.gz |
app-emacs/lv: made comment more clear
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/lv/lv-0.15.0_p20200507.ebuild | 4 |
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" |