Diff hyperbole-1.22 with a hyperbole-1.23

/usr/portage/app-xemacs/hyperbole/hyperbole-1.23.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="Hyperbole: The Everyday Info Manager"
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/calendar
......
21 23
app-xemacs/net-utils
22 24
app-xemacs/ecrypto
23 25
"
24
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
26
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 27

  
26 28
inherit xemacs-packages
Thank you!