vapier 14/08/04 02:13:15 Modified: ChangeLog package.use.mask Log: move x86-specific flashrom USE flags to base package.use.mask so that we do not have to replicate them in every non-x86 arch package.use.mask
Revision Changes Path 1.273 profiles/arch/amd64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.273&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.273&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.272&r2=1.273 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- ChangeLog 30 Jul 2014 11:55:39 -0000 1.272 +++ ChangeLog 4 Aug 2014 02:13:15 -0000 1.273 @@ -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.272 2014/07/30 11:55:39 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.273 2014/08/04 02:13:15 vapier Exp $ + + 04 Aug 2014; Mike Frysinger <[email protected]> package.use.mask: + Unmask x86-specific flashrom USE flags. 30 Jul 2014; Sven Vermeulen <[email protected]> package.use.stable.mask: Adding use-stable-mask on libsemanage (multilib) as well 1.184 profiles/arch/amd64/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.184&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.184&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.183&r2=1.184 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v retrieving revision 1.183 retrieving revision 1.184 diff -u -r1.183 -r1.184 --- package.use.mask 15 Jul 2014 10:20:31 -0000 1.183 +++ package.use.mask 4 Aug 2014 02:13:15 -0000 1.184 @@ -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/amd64/package.use.mask,v 1.183 2014/07/15 10:20:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.184 2014/08/04 02:13:15 vapier Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Mike Frysinger <[email protected]> (04 Aug 2014) +# Unmask flashrom drivers that only work on x86 due to in/out asm insns #454024 +sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek -rayer_spi -satamv + # Jorge Manuel B. S. Vicetto <[email protected]> (24 Apr 2014) # It's only supported on amd64 dev-db/mariadb -tokudb
