diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-07-15 20:35:22 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-07-15 20:40:00 +0200 |
commit | f2e7a10d5a9bc99c0a67d5878be4ecf4a13bd0a2 (patch) | |
tree | d8738f59eeebb6430cac8415ecd88c9fd9dd8ab4 /app-emacs/magit/files | |
parent | net-libs/webkit-gtk: Stabilize 2.40.3-r600 ppc, #910064 (diff) | |
download | gentoo-f2e7a10d5a9bc99c0a67d5878be4ecf4a13bd0a2.tar.gz gentoo-f2e7a10d5a9bc99c0a67d5878be4ecf4a13bd0a2.tar.bz2 gentoo-f2e7a10d5a9bc99c0a67d5878be4ecf4a13bd0a2.zip |
app-emacs/magit: nonfatal if failing to load libgit
Bug: https://bugs.gentoo.org/910381
Closes: https://bugs.gentoo.org/910402
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/magit/files')
-rw-r--r-- | app-emacs/magit/files/magit-3.3.0-magit-libgit.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch new file mode 100644 index 000000000000..f33ac1456198 --- /dev/null +++ b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch @@ -0,0 +1,11 @@ +--- a/magit-libgit.el ++++ b/magit-libgit.el +@@ -51,7 +51,7 @@ + + (require 'magit-git) + +-(require 'libgit) ++(require 'libgit nil t) + + ;;; Utilities + |