Сравнение sg3_utils-1.47 с sg3_utils-1.47-r1
/usr/portage/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild 2023-10-09 14:52:35.408368499 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
16 | 16 |
DEPEND="sys-devel/libtool" |
17 | 17 |
RDEPEND="!sys-apps/rescan-scsi-bus" |
18 | 18 | |
19 |
PATCHES=( |
|
20 |
# Bug #828897 |
|
21 |
"${FILESDIR}"/${PN}-1.47-musl.patch |
|
22 |
) |
|
23 | ||
19 | 24 |
src_configure() { |
20 | 25 |
econf $(use_enable static-libs static) |
21 | 26 |
} |