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 1PqJrz-0005C1-IC for garchives@archives.gentoo.org; Fri, 18 Feb 2011 06:31:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09DEFE0549; Fri, 18 Feb 2011 06:31:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C97B8E0540 for ; Fri, 18 Feb 2011 06:31:04 +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 4D4B71B406B for ; Fri, 18 Feb 2011 06:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9A1798006A for ; Fri, 18 Feb 2011 06:31:03 +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: <0440597f8a440212913cc74151ddc44f35d0cc26.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-2.91.6-r1.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 0440597f8a440212913cc74151ddc44f35d0cc26 Date: Fri, 18 Feb 2011 06:31:03 +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: 6947fdd733c6c3bd5d680f312ded6a3f commit: 0440597f8a440212913cc74151ddc44f35d0cc26 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Feb 18 06:22:07 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Feb 18 06:23:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D0440597f gnome-base/gnome-shell: inherit eutils instead of autotools --- .../gnome-shell/gnome-shell-2.91.6-r1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-2.91.6-r1.ebuild b/gnome-= base/gnome-shell/gnome-shell-2.91.6-r1.ebuild index d4028f9..e3db9b7 100644 --- a/gnome-base/gnome-shell/gnome-shell-2.91.6-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-2.91.6-r1.ebuild @@ -7,7 +7,7 @@ GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"2:2.5" =20 -inherit autotools gnome2 python +inherit eutils gnome2 python =20 DESCRIPTION=3D"Provides core UI functions for the GNOME 3 desktop" HOMEPAGE=3D"http://live.gnome.org/GnomeShell"