Diff xsnow-3.7.5 with a xsnow-3.8.1

/usr/portage/x11-misc/xsnow/xsnow-3.8.1.ebuild 2025-07-29 16:22:17.972470390 +0300
1
# Copyright 1999-2024 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 autotools xdg
6 7

  
7 8
DESCRIPTION="let it snow on your desktop and windows"
......
12 13
SLOT="0"
13 14
KEYWORDS="amd64 ~arm64 ~ppc ppc64 sparc ~x86"
14 15

  
16
IUSE="test"
17
RESTRICT="!test? ( test )"
18

  
15 19
RDEPEND="
16 20
	dev-libs/glib:2
17 21
	sci-libs/gsl:=
......
29 33
DEPEND="
30 34
	${RDEPEND}
31 35
	x11-base/xorg-proto
36
	test? (
37
		media-gfx/scrot
38
		x11-apps/xdpyinfo
39
		x11-base/xorg-server[xvfb]
40
		x11-misc/xdotool
41
	)
32 42
"
33 43
PATCHES=(
34 44
	"${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
Thank you!