From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QcKNH-0000VR-RT for garchives@archives.gentoo.org; Thu, 30 Jun 2011 16:45:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22BE01C01B; Thu, 30 Jun 2011 16:45:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1AC01C01B for ; Thu, 30 Jun 2011 16:45:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65D141BC004 for ; Thu, 30 Jun 2011 16:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C43B58003C for ; Thu, 30 Jun 2011 16:45:47 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/openib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: a467650990a554f0b68eb8ff051b762d815077ca Date: Thu, 30 Jun 2011 16:45:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 17d86ead7d335efcd4ab63fdcc05b092 commit: a467650990a554f0b68eb8ff051b762d815077ca Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jun 30 16:45:12 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jun 30 16:45:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da4676509 [eclass] Update OFED eclass --- eclass/openib.eclass | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/eclass/openib.eclass b/eclass/openib.eclass index 8a974f0..914a2a6 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -23,8 +23,9 @@ SLOT=3D"0" # @DESCRIPTION: # Defines OFED package suffix eg -1.ofed1.4 =20 +OFED_BASE_VER=3D$(get_version_component_range 1-3 ${OFED_VER}) =20 -SRC_URI=3D"http://www.openfabrics.org/downloads/OFED/ofed-${OFED_VER}/OF= ED-${OFED_VER}.tgz" +SRC_URI=3D"http://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VE= R}/OFED-${OFED_VER}.tgz" =20 case ${PN} in openib-files)