Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/libgda/
Date: Sat, 01 Oct 2011 21:01:14
Message-Id: 44bbe9e74ae39113bdaa5f8b83f61cdbcb253daa.tetromino@gentoo
1 commit: 44bbe9e74ae39113bdaa5f8b83f61cdbcb253daa
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 1 20:58:49 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 1 20:58:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=44bbe9e7
7
8 gnome-extra/libgda: build needs XDG_DATA_HOME (#385251)
9
10 Looks like with some combination of USE flags, the build is trying to
11 access XDG_DATA_HOME, so we need to define it under $T, like in
12 libgda-4.2.x. Thanks to Henrique Dias <henrique.ribeiro.dias <AT> gmail.com>
13 for reporting in bug #385251.
14
15 ---
16 gnome-extra/libgda/libgda-9999.ebuild | 2 ++
17 1 files changed, 2 insertions(+), 0 deletions(-)
18
19 diff --git a/gnome-extra/libgda/libgda-9999.ebuild b/gnome-extra/libgda/libgda-9999.ebuild
20 index f838a18..ae702c3 100644
21 --- a/gnome-extra/libgda/libgda-9999.ebuild
22 +++ b/gnome-extra/libgda/libgda-9999.ebuild
23 @@ -110,6 +110,8 @@ pkg_setup() {
24 # Not in portage
25 G2CONF="${G2CONF}
26 --disable-default-binary"
27 +
28 + export XDG_DATA_HOME="${T}/.local"
29 }
30
31 src_prepare() {