commit:     55484b92ba6ed3370674622a8e3601563e1c222c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 19:09:53 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 19:09:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55484b92

app-editors/emacs: Drop json flag

Upstream no longer supports configure --with-json.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs/emacs-30.0.9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild 
b/app-editors/emacs/emacs-30.0.9999.ebuild
index c6a0edb9e9b8..75914892e14a 100644
--- a/app-editors/emacs/emacs-30.0.9999.ebuild
+++ b/app-editors/emacs/emacs-30.0.9999.ebuild
@@ -40,7 +40,7 @@ DESCRIPTION="The extensible, customizable, self-documenting 
real-time display ed
 HOMEPAGE="https://www.gnu.org/software/emacs/";
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm 
gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jit jpeg json kerberos 
lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source sqlite 
ssl svg systemd +threads tiff toolkit-scroll-bars tree-sitter valgrind webp 
wide-int +X xattr Xaw3d xft +xpm xwidgets zlib"
+IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm 
gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jit jpeg kerberos lcms 
libxml2 livecd m17n-lib mailutils motif png selinux sound source sqlite ssl svg 
systemd +threads tiff toolkit-scroll-bars tree-sitter valgrind webp wide-int +X 
xattr Xaw3d xft +xpm xwidgets zlib"
 
 X_DEPEND="x11-libs/libICE
        x11-libs/libSM
@@ -108,7 +108,6 @@ RDEPEND="app-emacs/emacs-common[games?,gui(-)?]
                sys-devel/gcc:=[jit(-)]
                sys-libs/zlib
        )
-       json? ( dev-libs/jansson:= )
        kerberos? ( virtual/krb5 )
        lcms? ( media-libs/lcms:2 )
        libxml2? ( >=dev-libs/libxml2-2.2.0 )
@@ -374,7 +373,6 @@ src_configure() {
                $(use_with gmp libgmp) \
                $(use_with gpm) \
                $(use_with jit native-compilation aot) \
-               $(use_with json) \
                $(use_with kerberos) $(use_with kerberos kerberos5) \
                $(use_with lcms lcms2) \
                $(use_with libxml2 xml2) \

Reply via email to