Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gdl/
Date: Mon, 26 Sep 2011 05:05:51
Message-Id: cdf06957a4e8388009eb219b8eaf684396b3d4c0.tetromino@gentoo
1 commit: cdf06957a4e8388009eb219b8eaf684396b3d4c0
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 04:02:40 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 26 04:02:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cdf06957
7
8 dev-libs/gdl: brown-paper-bag G2CONF fix
9
10 Also, with the gnome2.eclass change, maintainer mode will be disabled
11 automatically.
12
13 ---
14 dev-libs/gdl/gdl-3.1.5-r1.ebuild | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-libs/gdl/gdl-3.1.5-r1.ebuild b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
18 index 1707484..d51f665 100644
19 --- a/dev-libs/gdl/gdl-3.1.5-r1.ebuild
20 +++ b/dev-libs/gdl/gdl-3.1.5-r1.ebuild
21 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
22 doc? ( >=dev-util/gtk-doc-1.4 )"
23
24 pkg_setup() {
25 - G2CONF="--disable-maintainer-mode
26 + G2CONF="${G2CONF}
27 $(use_enable introspection)"
28 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
29 }