Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
Date: Fri, 28 Sep 2012 18:56:39
Message-Id: 1348858568.ba84a88859758db309206961c58ee5c9b995c0ac.tetromino@gentoo
1 commit: ba84a88859758db309206961c58ee5c9b995c0ac
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 18:56:08 2012 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 18:56:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ba84a888
7
8 dev-libs/glib: really disable tests when USE=-test (#436508)
9
10 ---
11 dev-libs/glib/glib-9999.ebuild | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebuild
15 index 361d0e7..a374358 100644
16 --- a/dev-libs/glib/glib-9999.ebuild
17 +++ b/dev-libs/glib/glib-9999.ebuild
18 @@ -158,6 +158,8 @@ src_configure() {
19 # need to build tests if USE=doc for bug #387385
20 if use doc || use test; then
21 myconf="${myconf} --enable-modular-tests"
22 + else
23 + myconf="${myconf} --disable-modular-tests"
24 fi
25
26 # Always use internal libpcre, bug #254659