diff options
author | 2023-08-06 15:05:50 +0200 | |
---|---|---|
committer | 2023-08-06 15:07:03 +0200 | |
commit | 1c35e2b36519b5562ef4bcbc1e41e16d02366014 (patch) | |
tree | 867ccde38ad706eed4982f03259e0696cfad8670 /app-editors/emacs | |
parent | dev-python/plyr: Fix distfile suffix (diff) | |
download | gentoo-1c35e2b36519b5562ef4bcbc1e41e16d02366014.tar.gz gentoo-1c35e2b36519b5562ef4bcbc1e41e16d02366014.tar.bz2 gentoo-1c35e2b36519b5562ef4bcbc1e41e16d02366014.zip |
app-editors/emacs: Add xattr flag and dependency on sys-apps/attr
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-30.0.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-30.0.9999.ebuild index e359a3d74ce0..7eba55422df3 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 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 @@ -117,6 +117,7 @@ RDEPEND="app-emacs/emacs-common[games?,gui(-)?] systemd? ( sys-apps/systemd ) tree-sitter? ( dev-libs/tree-sitter ) valgrind? ( dev-util/valgrind ) + xattr? ( sys-apps/attr ) zlib? ( sys-libs/zlib ) gui? ( gif? ( media-libs/giflib:0= ) @@ -351,6 +352,7 @@ src_configure() { --with-file-notification=$(usev inotify || usev gfile || echo no) \ --with-pdumper \ $(use_enable acl) \ + $(use_enable xattr) \ $(use_with dbus) \ $(use_with dynamic-loading modules) \ $(use_with games gameuser ":gamestat") \ |