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 74D711396D0 for ; Sat, 23 Sep 2017 09:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D95AE07A9; Sat, 23 Sep 2017 09:45:39 +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 79325E07A9 for ; Sat, 23 Sep 2017 09:45:39 +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 3DC9633BEAE for ; Sat, 23 Sep 2017 09:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527B19064 for ; Sat, 23 Sep 2017 09:45:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1506159909.1a4e6af70ddcd102a9eb1be637d7a7ad2ad7f971.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/hppa/package.use.stable.mask profiles/arch/powerpc/package.use.stable.mask X-VCS-Directories: profiles/arch/hppa/ profiles/arch/powerpc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1a4e6af70ddcd102a9eb1be637d7a7ad2ad7f971 X-VCS-Branch: master Date: Sat, 23 Sep 2017 09:45:36 +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: 3e79e338-d15d-4941-9bae-1245e93d4280 X-Archives-Hash: 23795f3bdd91c8d1ed2763d3c36d79d8 commit: 1a4e6af70ddcd102a9eb1be637d7a7ad2ad7f971 Author: David Seifert gentoo org> AuthorDate: Sat Sep 23 09:45:09 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 23 09:45:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4e6af7 profiles: Mask sci-libs/fftw[mpi] on hppa/ppc/ppc64 * hppa and ppc are unlikely to get stable MPI keywords due to inactive ATs. Bug: https://bugs.gentoo.org/631770 profiles/arch/hppa/package.use.stable.mask | 4 ++++ profiles/arch/powerpc/package.use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index cc3fa076769..7ea46758e73 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# David Seifert (23 Sep 2017) +# MPI does not have stable keywords on hppa +sci-libs/fftw mpi + # Andreas Sturmlechner (03 Sep 2017) # Mask mpi support so Boost stabilization can go ahead # Boost 1.63 (bug 624662), Boost 1.62 (bug 590244) diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index 7d9e3deeac3..fa424400d14 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# David Seifert (23 Sep 2017) +# MPI does not have stable keywords on ppc/ppc64 +sci-libs/fftw mpi + # Andreas Sturmlechner (03 Sep 2017) # Stable-masking mpi support so Boost stabilization can go ahead # Boost 1.63 (bug 624662), Boost 1.62 (bug 590244)