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 <gentoo-commits+bounces-346608-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QNuJr-0002Wt-Jz
	for garchives@archives.gentoo.org; Sat, 21 May 2011 22:06:47 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A70581C034;
	Sat, 21 May 2011 22:06:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 74BA31C02A
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 May 2011 22:06:25 +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 DBF721B401B
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 May 2011 22:06:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 3012280021
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 May 2011 22:06:24 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <49bdffeacf9d28399bbefd55105b9677cbbdde87.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-3.0.1-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.0.1-r2.ebuild
X-VCS-Directories: gnome-base/gnome-shell/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: 49bdffeacf9d28399bbefd55105b9677cbbdde87
Date: Sat, 21 May 2011 22:06:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: f26f3b67a828d2272ee4d89d67d18aab

commit:     49bdffeacf9d28399bbefd55105b9677cbbdde87
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 22:05:58 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat May 21 22:05:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D49bdffea

gnome-base/gnome-shell: make it EAPI-4 so that epatch works

* Reported by tetromino on #gentoo-desktop

---
 ...3.0.1-r1.ebuild =3D> gnome-shell-3.0.1-r2.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.0.1-r1.ebuild b/gnome-b=
ase/gnome-shell/gnome-shell-3.0.1-r2.ebuild
similarity index 99%
rename from gnome-base/gnome-shell/gnome-shell-3.0.1-r1.ebuild
rename to gnome-base/gnome-shell/gnome-shell-3.0.1-r2.ebuild
index 3b7a544..195ff41 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.0.1-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.0.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
=20
-EAPI=3D"2"
+EAPI=3D"4"
 GCONF_DEBUG=3D"no"
 GNOME2_LA_PUNT=3D"yes"
 PYTHON_DEPEND=3D"2:2.5"