diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 11:08:51 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 11:10:10 +0100 |
commit | 53931864881b4e1bf5139366c6f7df0c84bfe935 (patch) | |
tree | 9b88659f50fdff3ce9e86039d77645f0e8ec3d0d /dev-libs/libgweather | |
parent | app-crypt/nwipe: drop 0.32 (diff) | |
download | gentoo-53931864881b4e1bf5139366c6f7df0c84bfe935.tar.gz gentoo-53931864881b4e1bf5139366c6f7df0c84bfe935.tar.bz2 gentoo-53931864881b4e1bf5139366c6f7df0c84bfe935.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r-- | dev-libs/libgweather/libgweather-4.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |