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:22
Message-Id: f064ec8f044b31cbbc2ab2896585d85038be2e00.alexxy@gentoo
1 commit: f064ec8f044b31cbbc2ab2896585d85038be2e00
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:56:06 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:56:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f064ec8f
7
8 Fix typo =D
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 f5f29ee..3410e23 100644
18 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild
19 +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild
20 @@ -29,7 +29,7 @@ pkg_setup() {
21 enewuser slurm -1 -1 /var/spool/slurm slurm
22 }
23
24 -pkg_config() {
25 +src_configure() {
26 local myconf=(
27 --sysconfdir="${EPREFIX}/etc/${PN}"
28 --with-hwloc="${ED}/usr"