commit:     def51067745220a1dd72c2df68d4722e7d4f678c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:49:54 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 19:01:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def51067

dev-libs/libgdata: Reset environment to avoid dconf dep

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/libgdata/libgdata-0.18.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libgdata/libgdata-0.18.1.ebuild 
b/dev-libs/libgdata/libgdata-0.18.1.ebuild
index 22e2fce4c0a4..57b506ffed8f 100644
--- a/dev-libs/libgdata/libgdata-0.18.1.ebuild
+++ b/dev-libs/libgdata/libgdata-0.18.1.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-VALA_USE_DEPEND="vapigen"
 
-inherit gnome.org meson vala xdg
+inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="GLib-based library for accessing online service APIs using the 
GData protocol"
 HOMEPAGE="https://wiki.gnome.org/Projects/libgdata";
@@ -41,8 +40,9 @@ BDEPEND="
 "
 
 src_prepare() {
+       default
        use vala && vala_src_prepare
-       xdg_src_prepare
+       gnome2_environment_reset
        # Don't waste time building a couple small demos that aren't installed
        sed -i -e '/subdir.*demos/d' meson.build || die
 }

Reply via email to