diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-23 01:18:50 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-23 01:19:37 -0700 |
commit | 49ecfd7a4a59c77466256b9cd4facd5a709eb323 (patch) | |
tree | 04a5da2dc6fdecc30f0ed8e078d50b61ce04c7af /gnome-extra | |
parent | www-client/firefox: dav1d-1.0.0 compatibility patch for unstable ESR (diff) | |
download | gentoo-49ecfd7a4a59c77466256b9cd4facd5a709eb323.tar.gz gentoo-49ecfd7a4a59c77466256b9cd4facd5a709eb323.tar.bz2 gentoo-49ecfd7a4a59c77466256b9cd4facd5a709eb323.zip |
gnome-extra/evolution-data-server: Call vala_setup
Closes: https://bugs.gentoo.org/835841
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild index 1a6fbd09d5ba..768bfb30adc4 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild @@ -81,7 +81,7 @@ RESTRICT="test !test? ( test )" # global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare call src_prepare() { - use vala && vala_src_prepare + use vala && vala_setup cmake_src_prepare gnome2_src_prepare |