summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-03-29 10:07:28 +0000
committerPacho Ramos <pacho@gentoo.org>2013-03-29 10:07:28 +0000
commit7e3e6f729c824fa977c216bd4719ec845519a981 (patch)
tree79a963dc012c9aebb5085649c77d8d422b47d186 /profiles
parentVersion bump for Gnome 3.8 (diff)
downloadgentoo-2-7e3e6f729c824fa977c216bd4719ec845519a981.tar.gz
gentoo-2-7e3e6f729c824fa977c216bd4719ec845519a981.tar.bz2
gentoo-2-7e3e6f729c824fa977c216bd4719ec845519a981.zip
Enable libsecret USE flag as it's the gnome-keyring replacement and will start to be used a lot.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog7
-rw-r--r--profiles/targets/desktop/gnome/make.defaults6
2 files changed, 9 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index cd24b55a7823..c8566ea47fa6 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7665 2013/03/29 09:57:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7666 2013/03/29 10:07:27 pacho Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 29 Mar 2013; Pacho Ramos <pacho@gentoo.org>
+ targets/desktop/gnome/make.defaults:
+ Enable libsecret USE flag as it's the gnome-keyring replacement and will
+ start to be used a lot.
+
29 Mar 2013; Pacho Ramos <pacho@gentoo.org> package.mask:
Update gnome 3.8 mask entry
diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults
index e874e1b98889..83196d9878df 100644
--- a/profiles/targets/desktop/gnome/make.defaults
+++ b/profiles/targets/desktop/gnome/make.defaults
@@ -1,5 +1,5 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/make.defaults,v 1.6 2011/11/25 02:23:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/make.defaults,v 1.7 2013/03/29 10:07:28 pacho Exp $
-USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer nautilus pulseaudio socialweb"
+USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer libsecret nautilus pulseaudio socialweb"