commit: 12b52af958e6ba6538b579abf8657c2579e55f3a
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 3 05:12:49 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=12b52af9
media-sound/easytag: depend on id3lib revision with "my_bool" patch
As this ebuild has patches to use that, it will fail to compile against
an older id3lib, like the stable -r10. Don't rely on global
accept_keywords being enough. *Do* guarantee nobody can forget to
stabilize them together. :)
Fixes: fd23dea40355b04be6d6eaad559a03bc0c4a48a4
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
media-sound/easytag/easytag-2.4.3-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/easytag/easytag-2.4.3-r8.ebuild
b/media-sound/easytag/easytag-2.4.3-r8.ebuild
index c455422cab3b..bdbfd1507c74 100644
--- a/media-sound/easytag/easytag-2.4.3-r8.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r8.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=x11-libs/gtk+-3.10:3
flac? ( >=media-libs/flac-1.3:= )
mp3? (
- >=media-libs/id3lib-3.8.3-r8
+ >=media-libs/id3lib-3.8.3-r11
>=media-libs/libid3tag-0.15.1b-r4:=
)
mp4? ( media-libs/taglib:=[mp4(+)] )