Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
Date: Wed, 02 May 2012 02:15:11
Message-Id: 1335924881.fc896ac8cb4f888e295efc5999848fcb9ee66d84.tetromino@gentoo
1 commit: fc896ac8cb4f888e295efc5999848fcb9ee66d84
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 02:14:41 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed May 2 02:14:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc896ac8
7
8 dev-libs/glib: sync with gx86
9
10 ---
11 dev-libs/glib/glib-9999.ebuild | 9 +++++++--
12 1 files changed, 7 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebuild
15 index 15be05a..2910b63 100644
16 --- a/dev-libs/glib/glib-9999.ebuild
17 +++ b/dev-libs/glib/glib-9999.ebuild
18 @@ -6,7 +6,7 @@ EAPI="4"
19 PYTHON_DEPEND="utils? 2"
20 # Avoid runtime dependency on python when USE=test
21
22 -inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python virtualx
23 +inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python virtualx linux-info
24 if [[ ${PV} = 9999 ]]; then
25 inherit gnome2-live
26 fi
27 @@ -18,7 +18,7 @@ SRC_URI="${SRC_URI}
28
29 LICENSE="LGPL-2"
30 SLOT="2"
31 -IUSE="debug doc fam selinux static-libs systemtap test utils xattr"
32 +IUSE="debug doc fam kernel_linux selinux static-libs systemtap test utils xattr"
33 if [[ ${PV} = 9999 ]]; then
34 KEYWORDS=""
35 else
36 @@ -58,6 +58,11 @@ pkg_setup() {
37 python_set_active_version 2
38 python_pkg_setup
39 fi
40 +
41 + if use kernel_linux ; then
42 + CONFIG_CHECK="~INOTIFY_USER"
43 + linux-info_pkg_setup
44 + fi
45 }
46
47 src_prepare() {