diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-10-08 20:21:44 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-10-08 20:21:44 +0000 |
commit | 2cddc4576595698562e0b84f90935bbc630db680 (patch) | |
tree | 7ce61d0ef6774f8c8788e1e66e10ece6918b6c0a /net-analyzer/sinfo | |
parent | Remove mask on net-libs/telepathy-qt[farstream] as required dep is stable now. (diff) | |
download | gentoo-2-2cddc4576595698562e0b84f90935bbc630db680.tar.gz gentoo-2-2cddc4576595698562e0b84f90935bbc630db680.tar.bz2 gentoo-2-2cddc4576595698562e0b84f90935bbc630db680.zip |
Add blocker against sys-cluster/slurm (bug #437476 by Diego Elio Pettenò).
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/sinfo')
-rw-r--r-- | net-analyzer/sinfo/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/sinfo/sinfo-0.0.47.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/sinfo/ChangeLog b/net-analyzer/sinfo/ChangeLog index 8a61be9ad8ba..b343362d87c6 100644 --- a/net-analyzer/sinfo/ChangeLog +++ b/net-analyzer/sinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/sinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.13 2012/10/08 20:16:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.14 2012/10/08 20:21:44 radhermit Exp $ + + 08 Oct 2012; Tim Harder <radhermit@gentoo.org> sinfo-0.0.47.ebuild: + Add blocker against sys-cluster/slurm (bug #437476 by Diego Elio Pettenò). 08 Oct 2012; Tim Harder <radhermit@gentoo.org> -sinfo-0.0.46.ebuild: Remove old. diff --git a/net-analyzer/sinfo/sinfo-0.0.47.ebuild b/net-analyzer/sinfo/sinfo-0.0.47.ebuild index 38cf839a29d4..7db6cbb6d16a 100644 --- a/net-analyzer/sinfo/sinfo-0.0.47.ebuild +++ b/net-analyzer/sinfo/sinfo-0.0.47.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/net-analyzer/sinfo/sinfo-0.0.47.ebuild,v 1.1 2012/07/16 04:27:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild,v 1.2 2012/10/08 20:21:44 radhermit Exp $ EAPI="4" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipv6 static-libs" -RDEPEND="dev-libs/boost +RDEPEND="!sys-cluster/slurm + dev-libs/boost sys-libs/ncurses" DEPEND="${RDEPEND}" |