diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-17 11:49:54 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-17 12:01:47 -0700 |
commit | def51067745220a1dd72c2df68d4722e7d4f678c (patch) | |
tree | a2c7176cf86eb08573f828791b4fd791ca5b3f9b /dev-libs/libgdata | |
parent | media-gfx/sane-backends: drop 1.0.31-r2, 1.0.32, 1.1.1, 1.1.1-r1 (diff) | |
download | gentoo-def51067745220a1dd72c2df68d4722e7d4f678c.tar.gz gentoo-def51067745220a1dd72c2df68d4722e7d4f678c.tar.bz2 gentoo-def51067745220a1dd72c2df68d4722e7d4f678c.zip |
dev-libs/libgdata: Reset environment to avoid dconf dep
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libgdata')
-rw-r--r-- | dev-libs/libgdata/libgdata-0.18.1.ebuild | 6 |
1 files 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 } |