mgorny 14/03/30 21:31:37 Modified: ChangeLog use.mask Log: Fix order of use.mask. Sorry for messing it up.
Revision Changes Path 1.251 profiles/arch/amd64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.251&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.251&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.250&r2=1.251 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v retrieving revision 1.250 retrieving revision 1.251 diff -u -r1.250 -r1.251 --- ChangeLog 30 Mar 2014 09:28:17 -0000 1.250 +++ ChangeLog 30 Mar 2014 21:31:36 -0000 1.251 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.250 2014/03/30 09:28:17 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.251 2014/03/30 21:31:36 mgorny Exp $ + + 30 Mar 2014; Michał Górny <[email protected]> use.mask: + Fix order of use.mask. Sorry for messing it up. 30 Mar 2014; Andrey Grozin <[email protected]> +use.stable.mask: Masking gcl 1.58 profiles/arch/amd64/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.mask?r1=1.57&r2=1.58 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- use.mask 29 Mar 2014 22:07:07 -0000 1.57 +++ use.mask 30 Mar 2014 21:31:36 -0000 1.58 @@ -1,12 +1,26 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.57 2014/03/29 22:07:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.58 2014/03/30 21:31:36 mgorny Exp $ # Unmask the flag which corresponds to ARCH. -amd64 # SECTION: Unmask +# Michał Górny <[email protected]> (4 May 2013) +# Unmask systemd since it is keyworded here. +-systemd + +# Andrey Grozin <[email protected]> (1 May 2013) +# available on amd64 +-clozurecl +-gcl + +# Michał Górny <[email protected]> (26 Jan 2013) +# Unmask the multilib flags for this arch. +-abi_x86_32 +-abi_x86_64 + # Alexandre Rostovtsev <[email protected]> (09 Dec 2012) # Orc optimisations work fine on amd64 and x86 -orc @@ -177,18 +191,4 @@ # fdk-aac is already keyworded here -fdk -# Michał Górny <[email protected]> (26 Jan 2013) -# Unmask the multilib flags for this arch. --abi_x86_32 --abi_x86_64 - -# Andrey Grozin <[email protected]> (1 May 2013) -# available on amd64 --clozurecl --gcl - -# Michał Górny <[email protected]> (4 May 2013) -# Unmask systemd since it is keyworded here. --systemd - # NOT NECESSARY - SECTION
