diff options
author | 2025-01-05 15:02:40 +0100 | |
---|---|---|
committer | 2025-01-05 17:21:54 +0100 | |
commit | c832460c50441e74bee6d0b5166e758c8799171c (patch) | |
tree | 345d03056a8e140c75d481b2adab03588cc85b1e /app-emacs | |
parent | app-emacs/transient: sync live 9999 version (diff) | |
download | gentoo-c832460c50441e74bee6d0b5166e758c8799171c.tar.gz gentoo-c832460c50441e74bee6d0b5166e758c8799171c.tar.bz2 gentoo-c832460c50441e74bee6d0b5166e758c8799171c.zip |
app-emacs/magit: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/magit/magit-9999.ebuild | 8 |
1 files 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 } |