diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-04-03 18:43:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-04-03 18:43:29 +0000 |
commit | 1a04d1289ddc18820a595cd78b236990e28c1ce6 (patch) | |
tree | 6916cbe7874d01943d86afcafa4985e6b22f543e /gnome-base | |
parent | Version bump. (diff) | |
download | gentoo-2-1a04d1289ddc18820a595cd78b236990e28c1ce6.tar.gz gentoo-2-1a04d1289ddc18820a595cd78b236990e28c1ce6.tar.bz2 gentoo-2-1a04d1289ddc18820a595cd78b236990e28c1ce6.zip |
No EPREFIX in CONFIG_PROTECT*
(Portage version: 2.2.01.21890-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-3.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index ca352cd7eda0..5cd31215bbd1 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.277 2013/03/07 08:15:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.278 2013/04/03 18:43:29 grobian Exp $ + + 03 Apr 2013; Fabian Groffen <grobian@gentoo.org> gconf-3.2.6.ebuild: + No EPREFIX in CONFIG_PROTECT* 07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -gconf-3.2.5.ebuild: Clean up old revision. diff --git a/gnome-base/gconf/gconf-3.2.6.ebuild b/gnome-base/gconf/gconf-3.2.6.ebuild index c5df88e26557..29cc2d7887f0 100644 --- a/gnome-base/gconf/gconf-3.2.6.ebuild +++ b/gnome-base/gconf/gconf-3.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6.ebuild,v 1.2 2013/02/25 09:07:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6.ebuild,v 1.3 2013/04/03 18:43:29 grobian Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -67,7 +67,7 @@ src_install() { # Make sure this directory exists, bug #268070, upstream #572027 keepdir /etc/gconf/gconf.xml.system - echo "CONFIG_PROTECT_MASK=\"${EPREFIX}/etc/gconf\"" > 50gconf + echo "CONFIG_PROTECT_MASK=\"/etc/gconf\"" > 50gconf echo 'GSETTINGS_BACKEND="gconf"' >> 50gconf doenvd 50gconf dodir /root/.gconfd |