From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1706164-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 37E2D15812D
	for <garchives@archives.gentoo.org>; Sun, 05 Jan 2025 16:22:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81450E07C9;
	Sun, 05 Jan 2025 16:22:03 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 695F8E07C9
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 16:22:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5AF34341214
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 16:22:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1E91A26
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 16:21:59 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1736094114.c832460c50441e74bee6d0b5166e758c8799171c.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/magit/magit-9999.ebuild
X-VCS-Directories: app-emacs/magit/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: c832460c50441e74bee6d0b5166e758c8799171c
X-VCS-Branch: master
Date: Sun, 05 Jan 2025 16:21:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 17a80ad7-5a30-4b8a-a574-3097b7e05618
X-Archives-Hash: c76b94f79464d2c8d9da6fde473bef61

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
 }