Diff vm-8.11 with a vm-8.12

/usr/portage/app-xemacs/vm/vm-8.12.ebuild 2023-10-09 14:52:28.932368336 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7
DESCRIPTION="An Emacs mailer"
8 8
XEMACS_PKG_CAT="standard"
9 9

  
10
XEMACS_EXPERIMENTAL="true"
11

  
10 12
RDEPEND="app-xemacs/xemacs-base
11 13
app-xemacs/mail-lib
12 14
app-xemacs/gnus
......
20 22
app-xemacs/bbdb
21 23
app-xemacs/fsf-compat
22 24
"
23
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
25
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 26

  
25 27
inherit xemacs-packages
Thank you!