Diff libxcvt-0.1.3 with a libxcvt-9999

/usr/portage/x11-libs/libxcvt/libxcvt-9999.ebuild 2024-12-25 14:59:52.855270185 +0300
1
# Copyright 2021-2025 Gentoo Authors
1
# Copyright 2021-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit xorg-3 meson
7 7

  
8 8
if [[ ${PV} != *9999* ]]; then
9
	KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
9
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
10 10
fi
11 11

  
12 12
DESCRIPTION="X.Org xcvt library and cvt program"
Thank you!