diff options
author | Sam James <sam@gentoo.org> | 2023-06-11 21:43:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-11 21:44:04 +0100 |
commit | 61452f5cca7c880842782fb1594ef0f22e511859 (patch) | |
tree | 4f1b16c08924f68f0fbc6d1cab4f867d4fa6c729 /sys-apps | |
parent | app-editors/nano: fix syntax highlighting typo (diff) | |
download | gentoo-61452f5cca7c880842782fb1594ef0f22e511859.tar.gz gentoo-61452f5cca7c880842782fb1594ef0f22e511859.tar.bz2 gentoo-61452f5cca7c880842782fb1594ef0f22e511859.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.10.0.ebuild | 5 |
1 files 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 |