Diff psgml-dtds-1.05 with a psgml-dtds-1.06

/usr/portage/app-xemacs/psgml-dtds/psgml-dtds-1.06.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="Deprecated collection of DTDs for psgml"
8 8
XEMACS_PKG_CAT="standard"
9 9

  
10
XEMACS_EXPERIMENTAL="true"
11

  
10 12
RDEPEND="app-xemacs/xemacs-base
11 13
app-xemacs/psgml
12 14
app-xemacs/edit-utils
......
15 17
app-xemacs/xemacs-eterm
16 18
app-xemacs/sh-script
17 19
"
18
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
20
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
19 21

  
20 22
inherit xemacs-packages
Thank you!