Diff ilisp-1.38 with a ilisp-1.39

/usr/portage/app-xemacs/ilisp/ilisp-1.39.ebuild 2023-10-09 14:52:28.928368336 +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="Front-end for Inferior Lisp"
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/fsf-compat
13 15
app-xemacs/xemacs-eterm
14 16
app-xemacs/sh-script
15 17
"
16
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
18
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
17 19

  
18 20
inherit xemacs-packages
Thank you!