Diff xgamma-1.0.7 with a xgamma-1.0.8

/usr/portage/x11-apps/xgamma/xgamma-1.0.8.ebuild 2025-07-29 16:22:17.964470355 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit xorg-3
6
inherit xorg-meson
7 7

  
8 8
DESCRIPTION="Alter a monitor's gamma correction through the X server"
9
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86"
9
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
10 10

  
11 11
RDEPEND="
12 12
	x11-libs/libXxf86vm
Thank you!