Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/slurm/
Date: Sun, 03 Jul 2011 19:26:23
Message-Id: f8d8e99f8a7ff1c76a55549983faf7905a6898b9.alexxy@gentoo
1 commit: f8d8e99f8a7ff1c76a55549983faf7905a6898b9
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:59:11 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:59:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f8d8e99f
7
8 Another typo with hwloc
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 sys-cluster/slurm/slurm-2.2.7.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/sys-cluster/slurm/slurm-2.2.7.ebuild b/sys-cluster/slurm/slurm-2.2.7.ebuild
17 index 82eac14..fa56230 100644
18 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild
19 +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild
20 @@ -32,7 +32,7 @@ pkg_setup() {
21 src_configure() {
22 local myconf=(
23 --sysconfdir="${EPREFIX}/etc/${PN}"
24 - --with-hwloc="${ED}/usr"
25 + --with-hwloc="${EPREFIX}/usr"
26 )
27 use pam && myconf+=( --with-pam_dir=$(getpam_mod_dir) )
28 use mysql && myconf+=( --with-mysql_config="${EPREFIX}/usr/bin/mysql_config" )