Сравнение procenv-0.51 с procenv-0.51-r1
/usr/portage/sys-process/procenv/procenv-0.51-r1.ebuild 2023-10-09 14:52:35.584368504 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2019 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 |
... | ... | |
18 | 18 |
DEPEND="test? ( dev-libs/check )" |
19 | 19 |
BDEPEND="virtual/pkgconfig" |
20 | 20 | |
21 |
src_prepare() { |
|
22 |
local PATCHES=( |
|
23 |
"${FILESDIR}"/${PN}-0.45-flags.patch |
|
24 |
) |
|
21 |
PATCHES=( |
|
22 |
"${FILESDIR}"/${PN}-0.45-flags.patch |
|
23 |
"${FILESDIR}"/${PN}-0.51-musl-sysmacros.patch |
|
24 |
) |
|
25 | 25 | |
26 |
src_prepare() { |
|
26 | 27 |
default |
27 | 28 |
eautoreconf |
28 | 29 |
} |