mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user