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 59007139696 for ; Tue, 7 Mar 2017 07:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C9A3E0C4A; Tue, 7 Mar 2017 07:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75C68E0C40 for ; Tue, 7 Mar 2017 07:45:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6846734106E for ; Tue, 7 Mar 2017 07:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29C015F45 for ; Tue, 7 Mar 2017 07:45:30 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1488826717.cfa18f90c0c2e6264456676cf408b7a05842301d.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blas/blas-2.1-r5.ebuild virtual/blas/blas-3.6-r100.ebuild virtual/blas/blas-3.7-r100.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: cfa18f90c0c2e6264456676cf408b7a05842301d X-VCS-Branch: master Date: Tue, 7 Mar 2017 07:45:30 +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: b859c732-6857-42f8-813b-0e0619250efb X-Archives-Hash: 2b8ba65d9b6a7a9ae1cd9d06067372f1 commit: cfa18f90c0c2e6264456676cf408b7a05842301d Author: François Bissey canterbury ac nz> AuthorDate: Sun Mar 5 01:19:58 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Mar 6 18:58:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfa18f90 virtual/blas: Remove MULTILIB_COMPAT restriction Package-Manager: portage-2.3.3 virtual/blas/blas-2.1-r5.ebuild | 4 +--- virtual/blas/blas-3.6-r100.ebuild | 4 +--- virtual/blas/blas-3.7-r100.ebuild | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/virtual/blas/blas-2.1-r5.ebuild b/virtual/blas/blas-2.1-r5.ebuild index f82f4fb2e..bcaed1b4c 100644 --- a/virtual/blas/blas-2.1-r5.ebuild +++ b/virtual/blas/blas-2.1-r5.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build multilib DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" diff --git a/virtual/blas/blas-3.6-r100.ebuild b/virtual/blas/blas-3.6-r100.ebuild index 033c2151d..2a9e3abb2 100644 --- a/virtual/blas/blas-3.6-r100.ebuild +++ b/virtual/blas/blas-3.6-r100.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build multilib DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" diff --git a/virtual/blas/blas-3.7-r100.ebuild b/virtual/blas/blas-3.7-r100.ebuild index be51a95cb..ab212747c 100644 --- a/virtual/blas/blas-3.7-r100.ebuild +++ b/virtual/blas/blas-3.7-r100.ebuild @@ -3,8 +3,6 @@ EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build multilib DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"