diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-10-07 10:09:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-10-07 10:09:34 +0000 |
commit | 4ccc61d990f474bf39fbb6ce946e2a3df5f9c992 (patch) | |
tree | cd4a31691b614bcac9592f2064e9163395da9519 /sys-cluster/slurm | |
parent | Update LICENSE to "metapackage" non-license. (diff) | |
download | gentoo-2-4ccc61d990f474bf39fbb6ce946e2a3df5f9c992.tar.gz gentoo-2-4ccc61d990f474bf39fbb6ce946e2a3df5f9c992.tar.bz2 gentoo-2-4ccc61d990f474bf39fbb6ce946e2a3df5f9c992.zip |
Add blocker against net-analyzer/sinfo wrt #437476 by Diego Elio Pettenò <flameeyes@gentoo.org>
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/slurm')
-rw-r--r-- | sys-cluster/slurm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/slurm/slurm-2.3.4.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-cluster/slurm/ChangeLog b/sys-cluster/slurm/ChangeLog index 9e67e6d0da8c..7ec3c5688e91 100644 --- a/sys-cluster/slurm/ChangeLog +++ b/sys-cluster/slurm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/slurm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.13 2012/08/23 09:36:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.14 2012/10/07 10:09:34 xarthisius Exp $ + + 07 Oct 2012; Kacper Kowalik <xarthisius@gentoo.org> slurm-2.3.4.ebuild: + Add blocker against net-analyzer/sinfo wrt #437476 by Diego Elio Pettenò + <flameeyes@gentoo.org> 23 Aug 2012; Kacper Kowalik <xarthisius@gentoo.org> +files/slurm-2.3.4-glibc2.16.patch, slurm-2.3.4.ebuild: diff --git a/sys-cluster/slurm/slurm-2.3.4.ebuild b/sys-cluster/slurm/slurm-2.3.4.ebuild index 39f9ab362565..ae16fbe89e9b 100644 --- a/sys-cluster/slurm/slurm-2.3.4.ebuild +++ b/sys-cluster/slurm/slurm-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.3.4.ebuild,v 1.4 2012/08/23 09:36:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.3.4.ebuild,v 1.5 2012/10/07 10:09:34 xarthisius Exp $ EAPI=4 RESTRICT="primaryuri" @@ -25,6 +25,7 @@ IUSE="maui +munge mysql pam perl postgres ssl static-libs torque ypbind" DEPEND=" !sys-cluster/torque !net-analyzer/slurm + !net-analyzer/sinfo mysql? ( dev-db/mysql ) munge? ( sys-auth/munge ) ypbind? ( net-nds/ypbind ) |