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 1Q3JeP-0007Mc-ME for garchives@archives.gentoo.org; Sat, 26 Mar 2011 02:54:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45891C001; Sat, 26 Mar 2011 02:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A7351C001 for ; Sat, 26 Mar 2011 02:54:45 +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 0141E1B410B for ; Sat, 26 Mar 2011 02:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5F1DF8006A for ; Sat, 26 Mar 2011 02:54:44 +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: <0a266686fc6b03f2d9239ab791be618fb846f132.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-control-center/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-control-center/gnome-control-center-2.91.92-r2.ebuild X-VCS-Directories: gnome-base/gnome-control-center/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 0a266686fc6b03f2d9239ab791be618fb846f132 Date: Sat, 26 Mar 2011 02:54:44 +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: 94953ceada30b3c170526d79b04ada10 commit: 0a266686fc6b03f2d9239ab791be618fb846f132 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 26 02:28:16 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 26 02:28:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D0a266686 gnome-control-center: fix patch name * Fixes bug 360493, reported by landscape69 --- .../gnome-control-center-2.91.92-r2.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-2.91.92= -r2.ebuild b/gnome-base/gnome-control-center/gnome-control-center-2.91.92= -r2.ebuild index 84027a5..df60b71 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-2.91.92-r2.ebu= ild +++ b/gnome-base/gnome-control-center/gnome-control-center-2.91.92-r2.ebu= ild @@ -96,7 +96,7 @@ src_prepare() { DOCS=3D"AUTHORS ChangeLog NEWS README TODO" =20 # https://bugs.gentoo.org/show_bug.cgi?id=3D360057 - epatch "${FILESDIR}/${PN}-fix-desktop-file.patch" + epatch "${FILESDIR}/${P}-fix-desktop-file.patch" =20 gnome2_src_prepare }