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 1QFt6w-0003Om-0X for garchives@archives.gentoo.org; Fri, 29 Apr 2011 19:12:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE2A1C089; Fri, 29 Apr 2011 19:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5ACA31C089 for ; Fri, 29 Apr 2011 19:12:09 +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 C1A1D1B407D for ; Fri, 29 Apr 2011 19:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2AD0180507 for ; Fri, 29 Apr 2011 19:12:08 +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: <8140c6dfa5791910a318f02d5ff190be8b4f689d.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/dconf/dconf-0.7.3-r1.ebuild gnome-base/dconf/dconf-0.7.3.ebuild 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: 8140c6dfa5791910a318f02d5ff190be8b4f689d Date: Fri, 29 Apr 2011 19:12:08 +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: bac6b4adcd5ba47af059471276925ff8 commit: 8140c6dfa5791910a318f02d5ff190be8b4f689d Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Apr 29 19:10:46 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Apr 29 19:10:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8140c6df gnome-base/dconf: add CONFIG_PROTECT_MASK for /etc/dconf --- .../{dconf-0.7.3.ebuild =3D> dconf-0.7.3-r1.ebuild} | 3 ++- gnome-base/dconf/dconf-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-base/dconf/dconf-0.7.3.ebuild b/gnome-base/dconf/dconf= -0.7.3-r1.ebuild similarity index 93% rename from gnome-base/dconf/dconf-0.7.3.ebuild rename to gnome-base/dconf/dconf-0.7.3-r1.ebuild index 31a22b6..4e865c3 100644 --- a/gnome-base/dconf/dconf-0.7.3.ebuild +++ b/gnome-base/dconf/dconf-0.7.3-r1.ebuild @@ -56,9 +56,10 @@ src_prepare() { src_install() { gnome2_src_install =20 - # GSettings backend may be one of: memory, gconf, dcon + # GSettings backend may be one of: memory, gconf, dconf # Only dconf is really considered functional by upstream # must have it enabled over gconf if both are installed + echo 'CONFIG_PROTECT_MASK=3D"/etc/dconf"' >> 51dconf echo 'GSETTINGS_BACKEND=3D"dconf"' >> 51dconf doenvd 51dconf || die "doenvd failed" } diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-= 9999.ebuild index 31a22b6..4e865c3 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-9999.ebuild @@ -56,9 +56,10 @@ src_prepare() { src_install() { gnome2_src_install =20 - # GSettings backend may be one of: memory, gconf, dcon + # GSettings backend may be one of: memory, gconf, dconf # Only dconf is really considered functional by upstream # must have it enabled over gconf if both are installed + echo 'CONFIG_PROTECT_MASK=3D"/etc/dconf"' >> 51dconf echo 'GSETTINGS_BACKEND=3D"dconf"' >> 51dconf doenvd 51dconf || die "doenvd failed" }