mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -54,6 +54,7 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
gnome2_environment_reset
|
||||
use vala && vala_setup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user