Diff emacs-29.1.9999 with a emacs-30.0.9999
/usr/portage/app-editors/emacs/emacs-30.0.9999.ebuild 2023-10-09 14:52:28.276368319 +0300 | ||
---|---|---|
8 | 8 |
if [[ ${PV##*.} = 9999 ]]; then |
9 | 9 |
inherit git-r3 |
10 | 10 |
EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git" |
11 |
EGIT_BRANCH="emacs-29" |
|
11 |
EGIT_BRANCH="master" |
|
12 | 12 |
EGIT_CHECKOUT_DIR="${WORKDIR}/emacs" |
13 | 13 |
S="${EGIT_CHECKOUT_DIR}" |
14 | 14 |
SLOT="${PV%%.*}-vcs" |
... | ... | |
40 | 40 |
HOMEPAGE="https://www.gnu.org/software/emacs/" |
41 | 41 | |
42 | 42 |
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" |
43 |
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 Xaw3d xft +xpm xwidgets zlib" |
|
43 |
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" |
|
44 | 44 | |
45 | 45 |
X_DEPEND="x11-libs/libICE |
46 | 46 |
x11-libs/libSM |
... | ... | |
120 | 120 |
systemd? ( sys-apps/systemd ) |
121 | 121 |
tree-sitter? ( dev-libs/tree-sitter ) |
122 | 122 |
valgrind? ( dev-util/valgrind ) |
123 |
xattr? ( sys-apps/attr ) |
|
123 | 124 |
zlib? ( sys-libs/zlib ) |
124 | 125 |
gui? ( |
125 | 126 |
gif? ( media-libs/giflib:0= ) |
... | ... | |
354 | 355 |
--with-file-notification=$(usev inotify || usev gfile || echo no) \ |
355 | 356 |
--with-pdumper \ |
356 | 357 |
$(use_enable acl) \ |
358 |
$(use_enable xattr) \ |
|
357 | 359 |
$(use_with dbus) \ |
358 | 360 |
$(use_with dynamic-loading modules) \ |
359 | 361 |
$(use_with games gameuser ":gamestat") \ |