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 1Q8SEI-00051R-Tn for garchives@archives.gentoo.org; Sat, 09 Apr 2011 07:05:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A99601C00D; Sat, 9 Apr 2011 07:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D1941C004 for ; Sat, 9 Apr 2011 07:04:58 +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 EE8D51B403F for ; Sat, 9 Apr 2011 07:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 546E780065 for ; Sat, 9 Apr 2011 07:04:57 +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: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/dconf/dconf-9999.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: f289090ee01a5c97d69b40331a8a99d13d5f6831 Date: Sat, 9 Apr 2011 07:04:57 +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: d920f301eb593a4218f9421c4c1359de commit: f289090ee01a5c97d69b40331a8a99d13d5f6831 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Apr 9 06:43:11 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Apr 9 06:43:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df289090e gnome-base/dconf: fix bug 362677 --- gnome-base/dconf/dconf-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-= 9999.ebuild index 8eda9d4..31a22b6 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-9999.ebuild @@ -60,5 +60,5 @@ src_install() { # Only dconf is really considered functional by upstream # must have it enabled over gconf if both are installed echo 'GSETTINGS_BACKEND=3D"dconf"' >> 51dconf - doenvd 51gsettings-dconf || die "doenvd failed" + doenvd 51dconf || die "doenvd failed" }