summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/slurm/ChangeLog8
-rw-r--r--sys-cluster/slurm/slurm-2.2.7-r1.ebuild (renamed from sys-cluster/slurm/slurm-2.2.7.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-cluster/slurm/ChangeLog b/sys-cluster/slurm/ChangeLog
index b5aaf4ec8452..ea05d8abf0a6 100644
--- a/sys-cluster/slurm/ChangeLog
+++ b/sys-cluster/slurm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/slurm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.4 2011/07/04 16:09:46 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.5 2011/08/31 15:32:17 alexxy Exp $
+
+*slurm-2.2.7-r1 (31 Aug 2011)
+
+ 31 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> -slurm-2.2.7.ebuild,
+ +slurm-2.2.7-r1.ebuild:
+ Version bump
04 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> slurm-2.2.7.ebuild:
Slurm should have same id on all nodes
diff --git a/sys-cluster/slurm/slurm-2.2.7.ebuild b/sys-cluster/slurm/slurm-2.2.7-r1.ebuild
index 98b22e769b3f..3e62f364ed90 100644
--- a/sys-cluster/slurm/slurm-2.2.7.ebuild
+++ b/sys-cluster/slurm/slurm-2.2.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.2.7.ebuild,v 1.3 2011/07/04 16:09:46 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.2.7-r1.ebuild,v 1.1 2011/08/31 15:32:17 alexxy Exp $
EAPI=4
@@ -56,8 +56,8 @@ src_configure() {
--with-hwloc="${EPREFIX}/usr"
)
use pam && myconf+=( --with-pam_dir=$(getpam_mod_dir) )
- use mysql && myconf+=( --with-mysql_config="${EPREFIX}/usr/bin/mysql_config" )
- use postgres && myconf+=( --with-pg_config="${EPREFIX}/usr/bin/pg_config" )
+ use mysql || myconf+=( --without-mysql_config )
+ use postgres || myconf+=( --without-pg_config )
econf "${myconf[@]}" \
$(use_enable pam) \
$(use_with ssl) \