Diff xset-1.2.5 with a xset-1.2.6

/usr/portage/x11-apps/xset/xset-1.2.6.ebuild 2026-09-03 20:03:05.333217306 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 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="X.Org xset application"
9 9
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris"
......
14 14
	x11-libs/libXmu"
15 15
DEPEND="${RDEPEND}
16 16
	x11-base/xorg-proto"
17

  
18
XORG_CONFIGURE_OPTIONS=(
19
	--without-xf86misc
20
	--without-fontcache
21
)
Thank you!