commit: e3af7487100376d4c190fe752d8da1e08caa396c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 19:11:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 19:11:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3af7487
media-libs/theoraplay: Add a slot op dep on libtheora
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...lay-0_pre20180524-r1.ebuild => theoraplay-0_pre20180524-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild
b/media-libs/theoraplay/theoraplay-0_pre20180524-r2.ebuild
similarity index 93%
rename from media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild
rename to media-libs/theoraplay/theoraplay-0_pre20180524-r2.ebuild
index d452ec0aa281..efaa5b6de471 100644
--- a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild
+++ b/media-libs/theoraplay/theoraplay-0_pre20180524-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libogg
- media-libs/libtheora
+ media-libs/libtheora:=
media-libs/libvorbis
"
DEPEND="${RDEPEND}"