commit: 768765bac93487a63a837982770372189c26b2f1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 21:44:01 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 21:53:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768765ba
app-emacs/magit: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/magit/magit-9999.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/app-emacs/magit/magit-9999.ebuild
b/app-emacs/magit/magit-9999.ebuild
index bec72b2184ed..5641e6ad6c8f 100644
--- a/app-emacs/magit/magit-9999.ebuild
+++ b/app-emacs/magit/magit-9999.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~x86"
fi
S="${WORKDIR}/${P}/lisp"
@@ -25,15 +25,13 @@ S="${WORKDIR}/${P}/lisp"
LICENSE="GPL-3+"
SLOT="0"
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
RDEPEND="
- >=app-emacs/compat-30.0.0.0
- >=app-emacs/dash-2.19.1
- >=app-emacs/transient-0.7.7
- >=app-emacs/with-editor-3.4.2
+ >=app-emacs/compat-30.1.0.0
+ app-emacs/cond-let
+ app-emacs/dash
+ app-emacs/llama
+ app-emacs/transient
+ app-emacs/with-editor
"
BDEPEND="
${RDEPEND}
@@ -43,6 +41,10 @@ RDEPEND+="
>=dev-vcs/git-2.44.2
"
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
src_prepare() {
default