diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-31 15:32:18 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-31 15:32:18 +0000 |
commit | 917d67bd5e2466d7fd98e11d676abffa35dd0124 (patch) | |
tree | 39f6fe8614838a42a9ea17ad7abf48b826ebb6d5 /sys-cluster | |
parent | Set SRC_URI to Opera mirrors (bug #381275). (diff) | |
download | gentoo-2-917d67bd5e2466d7fd98e11d676abffa35dd0124.tar.gz gentoo-2-917d67bd5e2466d7fd98e11d676abffa35dd0124.tar.bz2 gentoo-2-917d67bd5e2466d7fd98e11d676abffa35dd0124.zip |
[sys-cluster/slurm] Version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/slurm/ChangeLog | 8 | ||||
-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) \ |