klausman 14/07/20 14:08:12 Modified: use.mask Log: Mask redis USE flag due to google-perftools unavailability
Revision Changes Path 1.91 profiles/arch/alpha/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/use.mask?r1=1.90&r2=1.91 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- use.mask 25 Jun 2014 14:22:28 -0000 1.90 +++ use.mask 20 Jul 2014 14:08:12 -0000 1.91 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.90 2014/06/25 14:22:28 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.91 2014/07/20 14:08:12 klausman Exp $ # Unmask the flag which corresponds to ARCH. -alpha @@ -230,3 +230,8 @@ # Pacho Ramos <[email protected]> (08 Jan 2014) # Unmask systemd since it is keyworded here. -systemd + +# Tobias Klausmann <[email protected]> (20 Jul 2014) +# Mask redis USE flag everywhere since redis depends on google-perftools, +# which are not supported on Alpha at all (assembly). +redis
