From: John Turner Date: Fri, 1 Oct 2021 03:51:22 +0000 (-0400) Subject: app-emacs/lv: made comment more clear X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=bb5be350a88aba9e1cc9333f68546aab85286c3e;p=ebuilds app-emacs/lv: made comment more clear --- 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"