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 3CCE31381F3 for ; Mon, 22 Jul 2013 07:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 389EAE0830; Mon, 22 Jul 2013 07:19:38 +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 AA913E0830 for ; Mon, 22 Jul 2013 07:19:37 +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 8B1A333BF0D for ; Mon, 22 Jul 2013 07:19:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 2B1352171C; Mon, 22 Jul 2013 07:19:35 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog package.use.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog package.use.mask X-VCS-Directories: profiles/arch/amd64 X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130722071935.2B1352171C@flycatcher.gentoo.org> Date: Mon, 22 Jul 2013 07:19:35 +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: 6c5b59e0-7e33-4f19-abc8-397e966bd4d7 X-Archives-Hash: 8242eae69d3e31ef595d763a1ea88bfa mgorny 13/07/22 07:19:35 Modified: ChangeLog package.use.mask Log: Mask USE=sse2 on dev-python/pypy since it controls only 32-bit JIT. Revision Changes Path 1.227 profiles/arch/amd64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.227&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.227&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.226&r2=1.227 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v retrieving revision 1.226 retrieving revision 1.227 diff -u -r1.226 -r1.227 --- ChangeLog 22 Jun 2013 12:32:38 -0000 1.226 +++ ChangeLog 22 Jul 2013 07:19:34 -0000 1.227 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.226 2013/06/22 12:32:38 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.227 2013/07/22 07:19:34 mgorny Exp $ + + 22 Jul 2013; Michał Górny package.use.mask: + Mask USE=sse2 on dev-python/pypy since it controls only 32-bit JIT. 22 Jun 2013; Tomáš Chvátal no-multilib/package.mask: 1.168 profiles/arch/amd64/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.167&r2=1.168 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- package.use.mask 10 Jul 2013 10:49:39 -0000 1.167 +++ package.use.mask 22 Jul 2013 07:19:35 -0000 1.168 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.167 2013/07/10 10:49:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.168 2013/07/22 07:19:35 mgorny 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 --- +# Michał Górny (22 Jul 2013) +# Meaningless on amd64 (it controls the 32-bit x86 JIT). +dev-python/pypy sse2 + # Anthony G. Basile (18 Jun 2013) # Works on amd64 net-libs/cyassl -aes-ni