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 86517139694 for ; Tue, 7 Mar 2017 07:45:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC98E0C4C; Tue, 7 Mar 2017 07:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85DDAE0C47 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 7B8DD341130 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 3CF225F46 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.1de2060abbab80f2e545a4824244e9969c7f3972.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/cblas/cblas-2.0-r4.ebuild virtual/cblas/cblas-3.6-r100.ebuild virtual/cblas/cblas-3.7-r100.ebuild X-VCS-Directories: virtual/cblas/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 1de2060abbab80f2e545a4824244e9969c7f3972 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: f46a8a4b-3e26-4e55-893a-153c2a738348 X-Archives-Hash: e8d7f3bb2b5272eeb42b09400b2978de commit: 1de2060abbab80f2e545a4824244e9969c7f3972 Author: François Bissey canterbury ac nz> AuthorDate: Sun Mar 5 01:21:56 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=1de2060a virtual/cblas: Remove MULTILIB_COMPAT restriction Package-Manager: portage-2.3.3 virtual/cblas/cblas-2.0-r4.ebuild | 4 +--- virtual/cblas/cblas-3.6-r100.ebuild | 4 +--- virtual/cblas/cblas-3.7-r100.ebuild | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/virtual/cblas/cblas-2.0-r4.ebuild b/virtual/cblas/cblas-2.0-r4.ebuild index 68ba05c97..14a030651 100644 --- a/virtual/cblas/cblas-2.0-r4.ebuild +++ b/virtual/cblas/cblas-2.0-r4.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 DESCRIPTION="Virtual for BLAS C implementation" diff --git a/virtual/cblas/cblas-3.6-r100.ebuild b/virtual/cblas/cblas-3.6-r100.ebuild index a95c7bc34..4adf7906c 100644 --- a/virtual/cblas/cblas-3.6-r100.ebuild +++ b/virtual/cblas/cblas-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 DESCRIPTION="Virtual for BLAS C implementation" diff --git a/virtual/cblas/cblas-3.7-r100.ebuild b/virtual/cblas/cblas-3.7-r100.ebuild index 7525fd184..51ed1b464 100644 --- a/virtual/cblas/cblas-3.7-r100.ebuild +++ b/virtual/cblas/cblas-3.7-r100.ebuild @@ -3,8 +3,6 @@ EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build DESCRIPTION="Virtual for BLAS C implementation"