diff options
author | 2013-09-28 09:23:23 +0000 | |
---|---|---|
committer | 2013-09-28 09:23:23 +0000 | |
commit | 73780bcb3b23bcdef939e7e22024c37eab2c423a (patch) | |
tree | 322732c1e1e2884d8739c0be48e7389390ccb5ed /profiles/base | |
parent | sys-fs/aufs3: Bump to latest aufs3 release (diff) | |
download | gentoo-2-73780bcb3b23bcdef939e7e22024c37eab2c423a.tar.gz gentoo-2-73780bcb3b23bcdef939e7e22024c37eab2c423a.tar.bz2 gentoo-2-73780bcb3b23bcdef939e7e22024c37eab2c423a.zip |
Mask openrc-force USE flag (#480336)
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/use.mask | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 5cfe05a02dd2..061c6b2cb259 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -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/profiles/base/use.mask,v 1.179 2013/09/05 10:09:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.180 2013/09/28 09:23:23 pacho Exp $ # masking here and unmasking in default/linux/ kmod @@ -340,3 +340,11 @@ systemd # Mask until Qt 5 is in portage. (The flag is here already # to permit the neccessary package preparation.) qt5 + +# Pacho Ramos <pacho@gentoo.org> (28 Sep 2013) +# This USE flag is available after long dicussion in +# http://www.gossamer-threads.com/lists/gentoo/dev/276077 +# to let some prople not able to run systemd to skip the dep (#480336). +# Enabling this you will get a fully unsupported Gnome setup that +# could suffer unexpected problem, don't expect support for it then. +openrc-force |