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 1QcKOV-0000e1-2X for garchives@archives.gentoo.org; Thu, 30 Jun 2011 16:47:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E996F1C044; Thu, 30 Jun 2011 16:47:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC0681C044 for ; Thu, 30 Jun 2011 16:47:03 +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 4EABC1B404C for ; Thu, 30 Jun 2011 16:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B00A08003C for ; Thu, 30 Jun 2011 16:47:02 +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: <62668706b794f0849edb3d2288d8c1b36af926b0.alexxy@gentoo> 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: 62668706b794f0849edb3d2288d8c1b36af926b0 Date: Thu, 30 Jun 2011 16:47:02 +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: 3f139ffe80860d4e7ddf3ff2b83eb3d3 commit: 62668706b794f0849edb3d2288d8c1b36af926b0 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jun 30 16:46:22 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jun 30 16:46:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D62668706 [eclass] add missing inherit --- eclass/openib.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/openib.eclass b/eclass/openib.eclass index 914a2a6..0530f96 100644 --- a/eclass/openib.eclass +++ b/eclass/openib.eclass @@ -7,7 +7,7 @@ # Purpose: Simplify working with OFED packages # =20 -inherit base eutils rpm +inherit base eutils rpm versionator =20 EXPORT_FUNCTIONS src_unpack =20