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:44
Message-Id: 16bb87f761ab869d52180635c317ed52ca382985.alexxy@gentoo
1 commit: 16bb87f761ab869d52180635c317ed52ca382985
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:58:03 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:58:03 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=16bb87f7
7
8 Another typo with pam
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 3410e23..82eac14 100644
18 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild
19 +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild
20 @@ -34,7 +34,7 @@ src_configure() {
21 --sysconfdir="${EPREFIX}/etc/${PN}"
22 --with-hwloc="${ED}/usr"
23 )
24 - use pam && myconf+=( --with_pam_dir=$(getpam_mod_dir) )
25 + use pam && myconf+=( --with-pam_dir=$(getpam_mod_dir) )
26 use mysql && myconf+=( --with-mysql_config="${EPREFIX}/usr/bin/mysql_config" )
27 use postgres && myconf+=( --with-pg_config="${EPREFIX}/usr/bin/pg_config" )
28 econf "${myconf[@]}" \