commit: b405d27045b48a57d2fe82d2e1e234bbb8b54bcd Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Jun 10 18:34:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b405d270
media-video/totem: Rename patch file Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam <AT> gentoo.org> .../files/{43.1-gst-inspect-sandbox.patch => gst-inspect-sandbox.patch} | 0 media-video/totem/totem-43.1.ebuild | 2 +- media-video/totem/totem-43.2.ebuild | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/totem/files/43.1-gst-inspect-sandbox.patch b/media-video/totem/files/gst-inspect-sandbox.patch similarity index 100% rename from media-video/totem/files/43.1-gst-inspect-sandbox.patch rename to media-video/totem/files/gst-inspect-sandbox.patch diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index b181c82be350..72b2e1e09bb8 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -74,7 +74,7 @@ BDEPEND=" # Prevent dev-python/pylint dep, bug #482538 PATCHES=( - "${FILESDIR}"/"${PV}"-gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue) + "${FILESDIR}"/gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue) ) pkg_setup() { diff --git a/media-video/totem/totem-43.2.ebuild b/media-video/totem/totem-43.2.ebuild index da5d37cc491a..aa953db8e1a1 100644 --- a/media-video/totem/totem-43.2.ebuild +++ b/media-video/totem/totem-43.2.ebuild @@ -75,7 +75,7 @@ BDEPEND=" # Prevent dev-python/pylint dep, bug #482538 PATCHES=( - "${FILESDIR}"/43.1-gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue) + "${FILESDIR}"/gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue) ) pkg_setup() {
