From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D26DF13823F for ; Wed, 2 Jan 2013 04:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B593621C04C; Wed, 2 Jan 2013 04:55:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09BB821C04C for ; Wed, 2 Jan 2013 04:55:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 179C933D937 for ; Wed, 2 Jan 2013 04:55:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id CCA6A2171E; Wed, 2 Jan 2013 04:55:15 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/x86: ChangeLog use.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog use.mask X-VCS-Directories: profiles/arch/x86 X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130102045515.CCA6A2171E@flycatcher.gentoo.org> Date: Wed, 2 Jan 2013 04:55:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: feecfc2f-02d9-4843-8c2f-e977c1951dae X-Archives-Hash: e3bfb3762db77f2e06b2e4f253bf16c8 floppym 13/01/02 04:55:15 Modified: ChangeLog use.mask Log: Mask pypy python targets in base profile and unmask for amd64 and x86. Revision Changes Path 1.127 profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.126&r2=1.127 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- ChangeLog 30 Dec 2012 22:38:38 -0000 1.126 +++ ChangeLog 2 Jan 2013 04:55:15 -0000 1.127 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86 profile directory -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.126 2012/12/30 22:38:38 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.127 2013/01/02 04:55:15 floppym Exp $ + + 02 Jan 2013; Mike Gilbert use.mask: + Unmask pypy targets. 30 Dec 2012; Alexandre Rostovtsev package.use.mask: Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base). 1.38 profiles/arch/x86/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?r1=1.37&r2=1.38 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- use.mask 9 Dec 2012 08:02:53 -0000 1.37 +++ use.mask 2 Jan 2013 04:55:15 -0000 1.38 @@ -1,10 +1,19 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.37 2012/12/09 08:02:53 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.38 2013/01/02 04:55:15 floppym Exp $ # Unmask the flag which corresponds to ARCH. -x86 +# Mike Gilbert (02 Jan 2013) +# PyPy is keyworded for this arch. +-python_targets_pypy1_8 +-python_targets_pypy1_9 +-python_targets_pypy2_0 +-python_single_target_pypy1_8 +-python_single_target_pypy1_9 +-python_single_target_pypy2_0 + # Alexandre Rostovtsev (09 Dec 2012) # Orc optimisations work fine on amd64 and x86 -orc