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 1QdSJD-0003oV-OH for garchives@archives.gentoo.org; Sun, 03 Jul 2011 19:26:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48F2821C02C; Sun, 3 Jul 2011 19:25:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 073DD21C02F for ; Sun, 3 Jul 2011 19:25:05 +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 E16951B401A for ; Sun, 3 Jul 2011 16:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 49A1E8003D for ; Sun, 3 Jul 2011 16:59:35 +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: sys-cluster/slurm/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/slurm/slurm-2.2.7.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: f8d8e99f8a7ff1c76a55549983faf7905a6898b9 Date: Sun, 3 Jul 2011 16:59:35 +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: 5d1e39891081916235b09f2afd675547 commit: f8d8e99f8a7ff1c76a55549983faf7905a6898b9 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Jul 3 16:59:11 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Jul 3 16:59:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Df8d8e99f Another typo with hwloc (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-cluster/slurm/slurm-2.2.7.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/slurm/slurm-2.2.7.ebuild b/sys-cluster/slurm/slu= rm-2.2.7.ebuild index 82eac14..fa56230 100644 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild @@ -32,7 +32,7 @@ pkg_setup() { src_configure() { local myconf=3D( --sysconfdir=3D"${EPREFIX}/etc/${PN}" - --with-hwloc=3D"${ED}/usr" + --with-hwloc=3D"${EPREFIX}/usr" ) use pam && myconf+=3D( --with-pam_dir=3D$(getpam_mod_dir) ) use mysql && myconf+=3D( --with-mysql_config=3D"${EPREFIX}/usr/bin/mysq= l_config" )