commit: 75fc331e6196f32383b52e411a6d16cfb5d36fe5 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Thu Jun 12 19:39:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fc331e
media-video/totem: Reorder src functions src_* functions are now in execution order. 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 | 8 ++++---- media-video/totem/totem-43.2.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index a5d48353bea6..2b5617dc29eb 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -112,6 +112,10 @@ src_configure() { meson_src_configure } +src_test() { + virtx meson_src_test +} + src_install() { local -x GST_PLUGIN_SYSTEM_PATH_1_0= # bug 812170 meson_src_install @@ -129,7 +133,3 @@ pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update } - -src_test() { - virtx meson_src_test -} diff --git a/media-video/totem/totem-43.2.ebuild b/media-video/totem/totem-43.2.ebuild index d809e4610be0..b981099698ba 100644 --- a/media-video/totem/totem-43.2.ebuild +++ b/media-video/totem/totem-43.2.ebuild @@ -113,6 +113,10 @@ src_configure() { meson_src_configure } +src_test() { + virtx meson_src_test +} + src_install() { local -x GST_PLUGIN_SYSTEM_PATH_1_0= # bug 812170 meson_src_install @@ -130,7 +134,3 @@ pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update } - -src_test() { - virtx meson_src_test -}
