commit:     c1fe0f501af09acaf1acbbbfce1e7bf528b90d57
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 20:28:18 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 20:28:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fe0f50

media-video/makemkv: Broken with glibc 2.36 so prevent upgraded

Obviously users who have already upgraded cannot downgrade, but at least we can
help the ones who haven't upgraded yet.

Bug: https://bugs.gentoo.org/873508
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-video/makemkv/makemkv-1.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/makemkv/makemkv-1.17.1.ebuild 
b/media-video/makemkv/makemkv-1.17.1.ebuild
index c92f3258e0e3..bfc0eb0c8853 100644
--- a/media-video/makemkv/makemkv-1.17.1.ebuild
+++ b/media-video/makemkv/makemkv-1.17.1.ebuild
@@ -25,7 +25,7 @@ DEPEND="
        dev-libs/expat
        dev-libs/openssl:0=[-bindist(-)]
        >=media-video/ffmpeg-1.0.0:0=
-       sys-libs/glibc
+       <sys-libs/glibc-2.36
        sys-libs/zlib
        gui? (
                dev-qt/qtcore:5

Reply via email to