Diff xman-1.1.5 with a xman-1.1.6

/usr/portage/x11-apps/xman/xman-1.1.6.ebuild 2023-10-09 14:52:35.908368512 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
5

  
4
EAPI=8
5
XORG_TARBALL_SUFFIX="xz"
6 6
inherit xorg-3
7 7

  
8 8
DESCRIPTION="Manual page display program for the X Window System"
9
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
9 10

  
10
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
11
IUSE=""
12

  
13
RDEPEND="x11-libs/libXaw
14
	x11-libs/libXt
15
	x11-libs/libXmu"
11
RDEPEND="
12
	x11-libs/libXaw
13
	x11-libs/libXt"
16 14
DEPEND="${RDEPEND}
17 15
	x11-base/xorg-proto"
Thank you!