diff options
author | 2024-02-16 20:10:59 +0100 | |
---|---|---|
committer | 2024-02-16 20:10:59 +0100 | |
commit | 7ed9473b9f640b5f8a6fc5a482465813189bb463 (patch) | |
tree | ec216fd734e453cb6457cdd725dbafe64c14cf4e /app-editors/emacs/emacs-30.0.9999.ebuild | |
parent | dev-lang/go: drop 1.20.12, 1.20.13 (diff) | |
download | gentoo-7ed9473b9f640b5f8a6fc5a482465813189bb463.tar.gz gentoo-7ed9473b9f640b5f8a6fc5a482465813189bb463.tar.bz2 gentoo-7ed9473b9f640b5f8a6fc5a482465813189bb463.zip |
app-editors/emacs: Drop the small-ja-dic flag
This has saved 4.6 MiB of space for the installed image, which is
insignificant compared to the total installation footprint of 190 MiB.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-30.0.9999.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-30.0.9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-30.0.9999.ebuild index 286f87b9d183..cecc57a1f940 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 small-ja-dic 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 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" X_DEPEND="x11-libs/libICE x11-libs/libSM @@ -379,7 +379,6 @@ src_configure() { $(use_with libxml2 xml2) \ $(use_with mailutils) \ $(use_with selinux) \ - $(use_with small-ja-dic) \ $(use_with sqlite sqlite3) \ $(use_with ssl gnutls) \ $(use_with systemd libsystemd) \ |