Diff fonttosfnt-1.2.2 with a fonttosfnt-1.2.3

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

  
4
EAPI=7
4
EAPI=8
5
XORG_TARBALL_SUFFIX="xz"
6

  
5 7
inherit xorg-3
6 8

  
7 9
DESCRIPTION="X.Org fonttosfnt application"
8
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
9
IUSE=""
10
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
11

  
10 12
RDEPEND="media-libs/freetype:2
11 13
	x11-libs/libX11
12 14
	x11-libs/libfontenc"
Thank you!