commit: 61452f5cca7c880842782fb1594ef0f22e511859 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 20:43:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 20:44:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61452f5c
sys-apps/pciutils: put back filter-lto Naib and username234 pointed this out a while ago but I forgot to restore the filter. Bug: https://bugs.gentoo.org/640836 Bug: https://bugs.gentoo.org/852929 Bug: https://github.com/pciutils/pciutils/pull/144 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/pciutils/pciutils-3.10.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/pciutils/pciutils-3.10.0.ebuild b/sys-apps/pciutils/pciutils-3.10.0.ebuild index 1cfefccbdd24..41764a0c3806 100644 --- a/sys-apps/pciutils/pciutils-3.10.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.10.0.ebuild @@ -114,9 +114,8 @@ src_prepare() { multilib_src_configure() { # bug #640836, bug #852929 - # Seems to be fixed in 3.10.0: - # https://github.com/pciutils/pciutils/commit/2d16e3a7875a9cb5abd60713bb2e39b536a7dec4 - #filter-lto + # Still broken in 3.10.0, see https://github.com/pciutils/pciutils/pull/144. + filter-lto # bug #471102 append-lfs-flags
