Diff s390-tools-2.9.0 with a s390-tools-2.12.0
/usr/portage/sys-apps/s390-tools/s390-tools-2.12.0.ebuild 2023-10-09 14:52:35.404368499 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 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? ( sys-libs/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 |