app-admin/integrit: backport LTO type mismatch fix from 2021

Closes: https://bugs.gentoo.org/941078
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-06-30 12:38:09 -04:00
parent d79f817c42
commit e8a46e8f61

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,12 @@ RESTRICT="test"
S="${WORKDIR}/${PN}-${MY_PV}"
PATCHES=( "${FILESDIR}/${PN}"-4.1-fix-build-system.patch )
PATCHES=(
"${FILESDIR}/${PN}"-4.1-fix-build-system.patch
# backport fix for https://github.com/integrit/integrit/issues/8
# https://bugs.gentoo.org/941078
"${FILESDIR}"/${P}-type-mismatch.patch
)
BDEPEND="sys-apps/texinfo"