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 6DAD91388C3 for ; Sun, 29 Nov 2015 10:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD15721C069; Sun, 29 Nov 2015 10:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AA5421C069 for ; Sun, 29 Nov 2015 10:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3529340688 for ; Sun, 29 Nov 2015 10:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A61BCABE for ; Sun, 29 Nov 2015 10:17:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448790176.9f010df73ad07e3299cdb071a55ac5bbe9453583.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapack/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/lapack/lapack-3.5-r3.ebuild X-VCS-Directories: virtual/lapack/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9f010df73ad07e3299cdb071a55ac5bbe9453583 X-VCS-Branch: master Date: Sun, 29 Nov 2015 10:17:43 +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: 9133ae67-1809-4ae7-abb1-be34f5f043a9 X-Archives-Hash: c7ba8c7faf196752964dcf910981d258 commit: 9f010df73ad07e3299cdb071a55ac5bbe9453583 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 29 09:42:56 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 29 09:42:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f010df7 virtual/lapack: Add missing eclass Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> virtual/lapack/lapack-3.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/lapack/lapack-3.5-r3.ebuild b/virtual/lapack/lapack-3.5-r3.ebuild index a90eeef..fc8e2e0 100644 --- a/virtual/lapack/lapack-3.5-r3.ebuild +++ b/virtual/lapack/lapack-3.5-r3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit multilib-build +inherit multilib-build multilib DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation" HOMEPAGE=""