From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QSB2D-0001Mo-6C for garchives@archives.gentoo.org; Thu, 02 Jun 2011 16:46:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D29331C0F0; Thu, 2 Jun 2011 16:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C4CF1C0F0 for ; Thu, 2 Jun 2011 16:46:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AD8F1B400E for ; Thu, 2 Jun 2011 16:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 791F980506 for ; Thu, 2 Jun 2011 16:46:02 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <777a1c8dcbc06918022c37223c06b13976f1461e.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/mx/mx-1.1.12.ebuild x11-libs/mx/mx-1.1.9.ebuild X-VCS-Directories: x11-libs/mx/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 777a1c8dcbc06918022c37223c06b13976f1461e Date: Thu, 2 Jun 2011 16:46:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3481dd7a23545605222de2588828c59c commit: 777a1c8dcbc06918022c37223c06b13976f1461e Author: Nirbheek Chauhan gentoo org> AuthorDate: Thu Jun 2 16:40:43 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Thu Jun 2 16:44:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D777a1c8d x11-libs/mx: 1.1.9 =E2=86=92 1.1.12 --- x11-libs/mx/{mx-1.1.9.ebuild =3D> mx-1.1.12.ebuild} | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/x11-libs/mx/mx-1.1.9.ebuild b/x11-libs/mx/mx-1.1.12.ebuild similarity index 90% rename from x11-libs/mx/mx-1.1.9.ebuild rename to x11-libs/mx/mx-1.1.12.ebuild index d64da6b..bec8e1c 100644 --- a/x11-libs/mx/mx-1.1.9.ebuild +++ b/x11-libs/mx/mx-1.1.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"3" +EAPI=3D"4" CLUTTER_LA_PUNT=3D"yes" =20 inherit clutter @@ -47,14 +47,11 @@ src_configure() { =20 myconf=3D"--enable-maintainer-flags=3Dno --with-winsys=3Dx11 - $(use_with dbus) $(use_enable gtk gtk-widgets) + $(use_enable introspection) + $(use_with dbus) + $(use_with glade) $(use_with startup-notification)" =20 - # configure is broken, and enables glade if anything is passed - if use glade; then - myconf=3D"${myconf} --enable-glade" - fi - econf ${myconf} }