Сравнение s390-tools-2.9.0 с s390-tools-2.12.0

/usr/portage/sys-apps/s390-tools/s390-tools-2.12.0.ebuild 2025-11-06 18:18:08.611499965 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI="7"
5 5

  
6 6
inherit toolchain-funcs udev
7 7

  
......
26 26
	pfm? ( app-misc/pfm )
27 27
	snmp? ( net-analyzer/net-snmp )
28 28
	zlib? ( virtual/zlib:= )"
29
DEPEND="${RDEPEND}
30
	dev-util/indent
31
	app-admin/genromfs"
29
DEPEND="${RDEPEND}"
30
BDEPEND="app-admin/genromfs"
32 31

  
33 32
src_prepare() {
34 33
	default
35 34
	sed -i -e 's/-lncurses/-lncurses -ltinfo/' "${S}"/hyptop/Makefile || die
35

  
36
	# zipl only builds on 64bit
37
	if use abi_s390_32 ; then
38
		sed -i -e 's/^TOOL_DIRS = zipl /TOOL_DIRS = /' "${S}"/Makefile || die
39
	fi
36 40
}
37 41

  
38 42
src_configure() {
Спасибо!