floppym 14/11/23 15:55:20 Modified: ChangeLog make.defaults Log: Disable python3_4 default for this arch.
Revision Changes Path 1.207 profiles/arch/alpha/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.207&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.207&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?r1=1.206&r2=1.207 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v retrieving revision 1.206 retrieving revision 1.207 diff -u -r1.206 -r1.207 --- ChangeLog 20 Nov 2014 01:49:38 -0000 1.206 +++ ChangeLog 23 Nov 2014 15:55:19 -0000 1.207 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/Alpha profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.206 2014/11/20 01:49:38 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.207 2014/11/23 15:55:19 floppym Exp $ + + 23 Nov 2014; Mike Gilbert <[email protected]> make.defaults: + Disable python3_4 default for this arch. 20 Nov 2014; Davide Pesavento <[email protected]> package.mask: Move Qt 4.8.6 mask from global package.mask to arch profiles. 1.8 profiles/arch/alpha/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/make.defaults?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/make.defaults?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/make.defaults?r1=1.7&r2=1.8 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/make.defaults,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- make.defaults 1 Jul 2014 14:18:07 -0000 1.7 +++ make.defaults 23 Nov 2014 15:55:19 -0000 1.8 @@ -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/make.defaults,v 1.7 2014/07/01 14:18:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/make.defaults,v 1.8 2014/11/23 15:55:19 floppym Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -11,6 +11,10 @@ FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +# Mike Gilbert <[email protected]> (23 Nov 2014) +# Remove when bug 525510 is resolved. +USE="python_targets_python3_3 -python_targets_python3_4" + # Michał Górny <[email protected]> (01 Jul 2014) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild # checks simpler.
