Сравнение wmmand-1.3.2-r1 с wmmand-1.3.2-r2

/usr/portage/x11-plugins/wmmand/wmmand-1.3.2-r2.ebuild 2025-07-29 16:22:17.976470405 +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 desktop toolchain-funcs
6
inherit desktop toolchain-funcs edo
7 7

  
8 8
MY_P="wmMand-${PV}"
9 9

  
......
30 30

  
31 31
	pushd "${WORKDIR}"/${MY_P} || die
32 32
	eapply "${FILESDIR}"/${P}-gcc-10.patch
33
	eapply "${FILESDIR}"/${P}-gcc-15.patch
33 34
}
34 35

  
35 36
src_compile() {
......
38 39
		INCDIR="" LIBDIR=""
39 40
}
40 41

  
42
src_test() {
43
	edo "${S}"/wmMand -h
44
}
45

  
41 46
src_install() {
42 47
	dobin wmMand
43 48
	doman wmMand.6
Спасибо!