commit: 70d6d8868c46d5ef8b312552eeeefaf4ec463bbb Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Thu Apr 4 01:57:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 5 01:20:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d6d886
media-gfx/sane-backends: drop outdated seds from 1.2.1 * SED: the following did not cause any changes * sed 's|@LDFLAGS <AT> ||' -i tools/*.pc.in || die; * no-op: -e s|@LDFLAGS@ || The LDFLAGS interpolation was removed upstream in this version: https://gitlab.com/sane-project/backends/-/commit/b3b44f1188f902a959a7b8d71cf70eef8abb63da Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/sane-backends/sane-backends-1.2.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild index 79cd8cec7b15..11edb9d15f94 100644 --- a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild @@ -198,9 +198,6 @@ src_prepare() { -e "/by sane-desc 3.5 from sane-backends/s:sane-backends .*:sane-backends ${ver}:" \ testsuite/tools/data/html* || die - # don't bleed user LDFLAGS into pkgconfig files - sed 's|@LDFLAGS@ ||' -i tools/*.pc.in || die - # Needed for udev rules generation/installation multilib_copy_sources }
