commit: 30d883d77b730d45f0fcb1a3e55c9b1c6c26bc6e Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Thu Jun 12 20:08:30 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:06:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d883d7
media-video/totem: Move comment above related code Thanks @thesamesam 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> media-video/totem/totem-43.1.ebuild | 4 ++-- media-video/totem/totem-43.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index 2b5617dc29eb..1c4934e18611 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -61,6 +61,8 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} x11-base/xorg-proto " +# perl for pod2man +# Prevent dev-python/pylint dep, bug #482538 BDEPEND=" dev-lang/perl gtk-doc? ( >=dev-util/gtk-doc-1.14 @@ -70,8 +72,6 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " -# perl for pod2man -# Prevent dev-python/pylint dep, bug #482538 PATCHES=( "${FILESDIR}"/gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue) diff --git a/media-video/totem/totem-43.2.ebuild b/media-video/totem/totem-43.2.ebuild index b981099698ba..77d60c827714 100644 --- a/media-video/totem/totem-43.2.ebuild +++ b/media-video/totem/totem-43.2.ebuild @@ -62,6 +62,8 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} x11-base/xorg-proto " +# perl for pod2man +# Prevent dev-python/pylint dep, bug #482538 BDEPEND=" dev-lang/perl gtk-doc? ( >=dev-util/gtk-doc-1.14 @@ -71,8 +73,6 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " -# perl for pod2man -# Prevent dev-python/pylint dep, bug #482538 PATCHES=( "${FILESDIR}"/gst-inspect-sandbox.patch # Allow disabling calls to gst-inspect (sandbox issue)
