]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/cfrs: indented DEPEND and updated DESCRIPTION
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Fri, 1 Oct 2021 03:57:47 +0000 (23:57 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Sun, 3 Oct 2021 23:38:50 +0000 (19:38 -0400)
app-emacs/cfrs/cfrs-1.5.4.ebuild

index dde6c316e8d4f6ee6f185fbba2ef025266215037..8e306d6fe2957cfe08c91b3c9453a61e5d1bc6ff 100644 (file)
@@ -7,7 +7,7 @@ NEED_EMACS="26.1"
 
 inherit elisp
 
-DESCRIPTION="A simple alternative to read-string that allows reading input via a small child-frame spawned at the position of the cursor."
+DESCRIPTION="Use a small frame at the cursor to read input"
 HOMEPAGE="https://github.com/Alexander-Miller/cfrs"
 SRC_URI="https://github.com/Alexander-Miller/cfrs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
@@ -16,8 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND=">=app-emacs/dash-2.11.0
->=app-emacs/posframe-0.8.5
->=app-emacs/s-1.10.0"
+       >=app-emacs/posframe-0.8.5
+       >=app-emacs/s-1.10.0"
 RDEPEND="${DEPEND}"
 
 SITEFILE="50cfrs-gentoo.el"