commit: c832460c50441e74bee6d0b5166e758c8799171c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 14:02:40 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 16:21:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c832460c
app-emacs/magit: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/magit/magit-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-emacs/magit/magit-9999.ebuild
b/app-emacs/magit/magit-9999.ebuild
index 19d51447f288..bec72b2184ed 100644
--- a/app-emacs/magit/magit-9999.ebuild
+++ b/app-emacs/magit/magit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,8 +32,8 @@ SITEFILE="50${PN}-gentoo.el"
RDEPEND="
>=app-emacs/compat-30.0.0.0
>=app-emacs/dash-2.19.1
- >=app-emacs/transient-0.7.4
- >=app-emacs/with-editor-3.4.1
+ >=app-emacs/transient-0.7.7
+ >=app-emacs/with-editor-3.4.2
"
BDEPEND="
${RDEPEND}
@@ -46,5 +46,5 @@ RDEPEND+="
src_prepare() {
default
- echo "(setq ${PN}-version \"${PV}\")" > ./${PN}-version.el || die
+ echo "(setq ${PN}-version \"${PV}\")" > "./${PN}-version.el" || die
}