diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-01 21:09:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-01 21:09:53 +0200 |
commit | 55484b92ba6ed3370674622a8e3601563e1c222c (patch) | |
tree | 21e6453c55c39e00812434d397fde18ce7175b76 /app-editors | |
parent | dev-python/pillow: Stabilize 10.3.0 ppc64, #928390 (diff) | |
download | gentoo-55484b92ba6ed3370674622a8e3601563e1c222c.tar.gz gentoo-55484b92ba6ed3370674622a8e3601563e1c222c.tar.bz2 gentoo-55484b92ba6ed3370674622a8e3601563e1c222c.zip |
app-editors/emacs: Drop json flag
Upstream no longer supports configure --with-json.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-30.0.9999.ebuild | 4 |
1 files changed, 1 insertions, 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) \ |