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 1RI5zg-0007eK-4g for garchives@archives.gentoo.org; Sun, 23 Oct 2011 21:54:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5668421C0E9; Sun, 23 Oct 2011 21:53:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24F9921C076 for ; Sun, 23 Oct 2011 21:53:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 970D81B4014 for ; Sun, 23 Oct 2011 21:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 01C2580042 for ; Sun, 23 Oct 2011 21:53:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443c615a76f5bca8703693fe8f670a3e9857915.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/intel-sdp.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1443c615a76f5bca8703693fe8f670a3e9857915 Date: Sun, 23 Oct 2011 21:53:39 +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: afd31eb7046b238f5727ae90b083e223 commit: 1443c615a76f5bca8703693fe8f670a3e9857915 Author: Justin Lecher gentoo org> AuthorDate: Sun Oct 23 21:48:47 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 23 21:48:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D1443c615 fixed typo --- eclass/intel-sdp.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 5ab68a8..23bc00a 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -80,7 +80,7 @@ intel-sdp_pkg_setup() { INTEL_RPMS=3D"${INTEL_RPMS} intel-${p}-${INTEL_PV4}-${INTEL_PV1}.${INT= EL_PV2}-${INTEL_PV3}.noarch.rpm" done [[ -z ${CHECKREQS_DISK_BUILD} ]] && CHECKREQS_DISK_BUILD=3D256 - check_reqs_pkg_setup + check-reqs_pkg_setup } =20 intel-sdp_src_unpack() {