commit: 6172795d82bc7e64a95080db83062d6fc474bb44 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 8 17:06:21 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Sep 8 17:08:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6172795d
app-emacs/transient: fix DESCRIPTION thanks to k4leg for the report Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/transient/transient-0.3.6.ebuild | 4 ++-- app-emacs/transient/transient-0.3.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/transient/transient-0.3.6.ebuild b/app-emacs/transient/transient-0.3.6.ebuild index b799b098eb41..23fb452bcd9c 100644 --- a/app-emacs/transient/transient-0.3.6.ebuild +++ b/app-emacs/transient/transient-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ NEED_EMACS=25 inherit elisp -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +DESCRIPTION="Transient commands abstraction for GNU Emacs" HOMEPAGE="https://magit.vc/manual/transient" SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-emacs/transient/transient-0.3.7.ebuild b/app-emacs/transient/transient-0.3.7.ebuild index e85ccb848169..a4ee9d31a45f 100644 --- a/app-emacs/transient/transient-0.3.7.ebuild +++ b/app-emacs/transient/transient-0.3.7.ebuild @@ -6,7 +6,7 @@ NEED_EMACS=25 inherit elisp -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +DESCRIPTION="Transient commands abstraction for GNU Emacs" HOMEPAGE="https://magit.vc/manual/transient" SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz"
