From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 695BF138239 for ; Mon, 30 Dec 2019 12:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8EDE0BDB; Mon, 30 Dec 2019 12:59:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8B29E0BDF for ; Mon, 30 Dec 2019 12:59:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4FBF34DD48 for ; Mon, 30 Dec 2019 12:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CC32AB for ; Mon, 30 Dec 2019 12:59:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577710743.b45c9e231cc7e46241e7b5ecedcd42eb4136029a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask X-VCS-Directories: profiles/arch/amd64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b45c9e231cc7e46241e7b5ecedcd42eb4136029a X-VCS-Branch: master Date: Mon, 30 Dec 2019 12:59:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb9f838b-bf62-4e94-be51-94947af7ba46 X-Archives-Hash: 448620deb365e04a06d5a647788acaec commit: b45c9e231cc7e46241e7b5ecedcd42eb4136029a Author: Michał Górny gentoo org> AuthorDate: Mon Dec 30 12:37:20 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 12:59:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45c9e23 profiles/arch/amd64: Update package names for PyPy SSE2 mask Signed-off-by: Michał Górny gentoo.org> profiles/arch/amd64/package.use.mask | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 09a9e9d1764..902e02eb945 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -245,10 +245,8 @@ sys-apps/hwloc -gl # Michał Górny (2013-07-22) # Meaningless on amd64 (it controls the 32-bit x86 JIT). -dev-python/pypy cpu_flags_x86_sse2 -dev-python/pypy-bin cpu_flags_x86_sse2 -dev-python/pypy3 cpu_flags_x86_sse2 -dev-python/pypy3-bin cpu_flags_x86_sse2 +dev-python/pypy-exe cpu_flags_x86_sse2 +dev-python/pypy3-exe cpu_flags_x86_sse2 # Christoph Junghans (2012-12-26) # cuda works on x86/amd64 (masked in base)