Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/
Date: Thu, 02 Jun 2011 16:46:13
Message-Id: 777a1c8dcbc06918022c37223c06b13976f1461e.nirbheek@gentoo
1 commit: 777a1c8dcbc06918022c37223c06b13976f1461e
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 16:40:43 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 16:44:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=777a1c8d
7
8 x11-libs/mx: 1.1.9 → 1.1.12
9
10 ---
11 x11-libs/mx/{mx-1.1.9.ebuild => mx-1.1.12.ebuild} | 11 ++++-------
12 1 files changed, 4 insertions(+), 7 deletions(-)
13
14 diff --git a/x11-libs/mx/mx-1.1.9.ebuild b/x11-libs/mx/mx-1.1.12.ebuild
15 similarity index 90%
16 rename from x11-libs/mx/mx-1.1.9.ebuild
17 rename to x11-libs/mx/mx-1.1.12.ebuild
18 index d64da6b..bec8e1c 100644
19 --- a/x11-libs/mx/mx-1.1.9.ebuild
20 +++ b/x11-libs/mx/mx-1.1.12.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: $
24
25 -EAPI="3"
26 +EAPI="4"
27 CLUTTER_LA_PUNT="yes"
28
29 inherit clutter
30 @@ -47,14 +47,11 @@ src_configure() {
31
32 myconf="--enable-maintainer-flags=no
33 --with-winsys=x11
34 - $(use_with dbus)
35 $(use_enable gtk gtk-widgets)
36 + $(use_enable introspection)
37 + $(use_with dbus)
38 + $(use_with glade)
39 $(use_with startup-notification)"
40
41 - # configure is broken, and enables glade if anything is passed
42 - if use glade; then
43 - myconf="${myconf} --enable-glade"
44 - fi
45 -
46 econf ${myconf}
47 }