commit:     06cfe74159437ab70b1b09aa79fc0af24a3f565a
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  3 05:26:06 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jul  3 07:59:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cfe741

media-sound/easytag: correct bug link for filter-lto, limit to USE=mp3

It is specific to id3lib usage, so only restrict LTO if that ancient
code is built.

Closes: https://bugs.gentoo.org/940245
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 media-sound/easytag/easytag-2.4.3-r8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/easytag/easytag-2.4.3-r8.ebuild 
b/media-sound/easytag/easytag-2.4.3-r8.ebuild
index bdbfd1507c74..41c31c28a9ce 100644
--- a/media-sound/easytag/easytag-2.4.3-r8.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r8.ebuild
@@ -67,8 +67,8 @@ PATCHES=(
 )
 
 src_configure() {
-       # bug #949814
-       filter-lto
+       # bug #940245
+       use mp3 && filter-lto
 
        gnome2_src_configure \
                --disable-Werror \

Reply via email to