diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-14 13:33:35 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-14 13:33:35 +0000 |
commit | fe645c12669703304e9335a3104de9a2777e62d3 (patch) | |
tree | e195b990ce31da91d634f64563b09dae1c85e9af /net-analyzer/sussen/sussen-0.35.ebuild | |
parent | Stable on ppc wrt bug 250241 (diff) | |
download | gentoo-2-fe645c12669703304e9335a3104de9a2777e62d3.tar.gz gentoo-2-fe645c12669703304e9335a3104de9a2777e62d3.tar.bz2 gentoo-2-fe645c12669703304e9335a3104de9a2777e62d3.zip |
Update deps for mono-2.2, which includes monodoc in dev-lang/mono.
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'net-analyzer/sussen/sussen-0.35.ebuild')
-rw-r--r-- | net-analyzer/sussen/sussen-0.35.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-analyzer/sussen/sussen-0.35.ebuild b/net-analyzer/sussen/sussen-0.35.ebuild index 6160d115abe5..15383052bacd 100644 --- a/net-analyzer/sussen/sussen-0.35.ebuild +++ b/net-analyzer/sussen/sussen-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.35.ebuild,v 1.6 2008/11/25 23:03:50 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.35.ebuild,v 1.7 2008/12/14 13:33:35 loki_val Exp $ #WANT_AUTOCONF="latest" #WANT_AUTOMAKE="1.8" @@ -24,7 +24,12 @@ RDEPEND="dev-lang/mono gnome-base/gnome-panel )" DEPEND="${RDEPEND} - doc? ( >=dev-util/monodoc-1.1.8 ) + doc? ( + || ( + >=dev-lang/mono-2.2_pre1 + >=dev-util/monodoc-1.1.8 + ) + ) dev-util/pkgconfig app-arch/rpm >=dev-util/intltool-0.34.2" |