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 669201384B4 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 7624821C076; Sun, 29 Nov 2015 10:17:48 +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 EC74921C075 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 E640B3406F2 for ; Sun, 29 Nov 2015 10:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C3AA7A 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: <1448790053.27477552c260bc130268c9c6f106359d7e686c3d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blas/blas-2.1-r4.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 27477552c260bc130268c9c6f106359d7e686c3d 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: c942e505-7c81-4d8b-8b77-3604bead63db X-Archives-Hash: 0b0457de427b4d1073a88db06bddc6a7 commit: 27477552c260bc130268c9c6f106359d7e686c3d Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 29 09:40:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 29 09:40:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27477552 virtual/blas: Add missing eclass Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> virtual/blas/blas-2.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/blas/blas-2.1-r4.ebuild b/virtual/blas/blas-2.1-r4.ebuild index 7b4605b..d99af25 100644 --- a/virtual/blas/blas-2.1-r4.ebuild +++ b/virtual/blas/blas-2.1-r4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit multilib-build +inherit multilib-build multilib DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" HOMEPAGE=""