Diff riece-1.26 with a riece-1.27

/usr/portage/app-xemacs/riece/riece-1.27.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="IRC client for Emacs"
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/bbdb
13 15
"
14
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
16
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
15 17

  
16 18
inherit xemacs-packages
Thank you!