commit: 53931864881b4e1bf5139366c6f7df0c84bfe935 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 10:08:51 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 10:10:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53931864
dev-libs/libgweather: Call 'default' in src_prepare xdg_src_prepare called the default function in previous instance, but since it has been replaced with gnome2_environment_reset we need to call default manually. Closes: https://bugs.gentoo.org/835782 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libgweather/libgweather-4.0.0.ebuild b/dev-libs/libgweather/libgweather-4.0.0.ebuild index 209b624a034b..daa592786342 100644 --- a/dev-libs/libgweather/libgweather-4.0.0.ebuild +++ b/dev-libs/libgweather/libgweather-4.0.0.ebuild @@ -54,6 +54,7 @@ pkg_setup() { } src_prepare() { + default gnome2_environment_reset use vala && vala_setup }
