diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-03-15 22:09:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-03-15 22:09:57 +0000 |
commit | 42240cd6716ee348b970c1fe8375eee3a06ae297 (patch) | |
tree | 53a1b743874a9ffa9a1c1f8d7501c40db14ae8b3 /sys-cluster/slurm | |
parent | arm stable, bug #406101 (diff) | |
download | gentoo-2-42240cd6716ee348b970c1fe8375eee3a06ae297.tar.gz gentoo-2-42240cd6716ee348b970c1fe8375eee3a06ae297.tar.bz2 gentoo-2-42240cd6716ee348b970c1fe8375eee3a06ae297.zip |
[sys-cluster/slurm] Add missing rdep
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/slurm')
-rw-r--r-- | sys-cluster/slurm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/slurm/slurm-2.3.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/slurm/ChangeLog b/sys-cluster/slurm/ChangeLog index b428e674035d..f93b515f4dea 100644 --- a/sys-cluster/slurm/ChangeLog +++ b/sys-cluster/slurm/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2012/02/09 19:41:58 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/ChangeLog,v 1.9 2012/03/15 22:09:57 alexxy Exp $ + + 15 Mar 2012; Alexey Shvetsov <alexxy@gentoo.org> slurm-2.3.3.ebuild: + Add missing dep *slurm-2.3.3 (09 Feb 2012) diff --git a/sys-cluster/slurm/slurm-2.3.3.ebuild b/sys-cluster/slurm/slurm-2.3.3.ebuild index 906d8f7023c7..2117e22b812b 100644 --- a/sys-cluster/slurm/slurm-2.3.3.ebuild +++ b/sys-cluster/slurm/slurm-2.3.3.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.3.ebuild,v 1.1 2012/02/09 19:41:58 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/slurm/slurm-2.3.3.ebuild,v 1.2 2012/03/15 22:09:57 alexxy Exp $ EAPI=4 @@ -30,6 +30,7 @@ DEPEND=" >=sys-apps/hwloc-1.1.1-r1 " RDEPEND="${DEPEND} + dev-libs/libcgroup maui? ( sys-cluster/maui[slurm] ) " |