summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-07-16 07:42:18 +0200
committerUlrich Müller <ulm@gentoo.org>2023-07-16 07:46:00 +0200
commit389180e9c3d1adff23b8317701cca711f8690c3c (patch)
tree8b0b9be804e7ae39bf4b0c703e9522152fa825e5 /app-emacs/magit
parentapp-emacs/exheres-mode: Fix S (diff)
downloadgentoo-389180e9c3d1adff23b8317701cca711f8690c3c.tar.gz
gentoo-389180e9c3d1adff23b8317701cca711f8690c3c.tar.bz2
gentoo-389180e9c3d1adff23b8317701cca711f8690c3c.zip
app-emacs/magit: Enable libgit per IUSE default
magit-inhibit-libgit is still nil in version 3.3.0. The default was changed in upstream commit https://github.com/magit/magit/commit/451cbe5c24f2af7ed505f1422af6ad4e8f05205b which is not in this release. Bug: https://bugs.gentoo.org/910381 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/magit')
-rw-r--r--app-emacs/magit/magit-3.3.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit/magit-3.3.0-r2.ebuild b/app-emacs/magit/magit-3.3.0-r2.ebuild
index e84c3c6320e7..9299f8b8d42f 100644
--- a/app-emacs/magit/magit-3.3.0-r2.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r2.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P}/lisp"
LICENSE="GPL-3+"
SLOT="0"
-IUSE="libgit"
+IUSE="+libgit" # drop the IUSE default for next upstream release
DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
ELISP_TEXINFO="../Documentation/*.texi"