diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-11 15:58:26 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-11 15:58:26 +0000 |
commit | b63573a072d33c77f1dc11e3e35324f845e9ef39 (patch) | |
tree | 8a59f1c3f803c6c0589ff98c7a0005707b9f7db9 /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-b63573a072d33c77f1dc11e3e35324f845e9ef39.tar.gz gentoo-2-b63573a072d33c77f1dc11e3e35324f845e9ef39.tar.bz2 gentoo-2-b63573a072d33c77f1dc11e3e35324f845e9ef39.zip |
Force USE=gdm for xscreensave to avoid unstable lightdm and kdm
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.force | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/profiles/arch/arm/ChangeLog b/profiles/arch/arm/ChangeLog index 4b2a89541e58..5646b1f4225a 100644 --- a/profiles/arch/arm/ChangeLog +++ b/profiles/arch/arm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/ARM profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.176 2012/10/31 16:12:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.177 2012/11/11 15:58:26 blueness Exp $ + + 11 Nov 2012; Anthony G. Basile <blueness@gentoo.org> +package.use.force: + Force USE=gdm for xscreensave to avoid unstable lightdm and kdm 31 Oct 2012; Michał Górny <mgorny@gentoo.org> use.mask: Add a PYTHON_TARGETS mask based on keywords. diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force new file mode 100644 index 000000000000..be60cda97f7b --- /dev/null +++ b/profiles/arch/arm/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.force,v 1.1 2012/11/11 15:58:26 blueness Exp $ + +# Anthony G. Basile <blueness@gentoo.org> (11 Nov 2012) +# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-base/kdm +# gets stable keyword, this line can be removed. +x11-misc/xscreensaver gdm |