Diff cinit-0.2.1 with a cinit-0.2.1-r1
/usr/portage/sys-apps/cinit/cinit-0.2.1-r1.ebuild 2023-10-09 14:52:35.348368498 +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 |
... | ... | |
14 | 14 |
KEYWORDS="~amd64 ~hppa ~ppc ~x86" |
15 | 15 |
IUSE="doc" |
16 | 16 | |
17 |
PATCHES=( |
|
18 |
"${FILESDIR}"/${PN}-0.2.1-musl-clang16-build-fix.patch |
|
19 |
) |
|
20 | ||
17 | 21 |
src_prepare() { |
18 | 22 |
sed -i "/contrib+tools/d" Makefile || die |
19 | 23 |
sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die |