From 2a98139d53af887a04630f2ae5d46922be003b90 Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Thu, 27 Nov 2008 05:24:23 +0000 Subject: It's handy to know these depend on mono if you're making a set. --- eclass/gtk-sharp-module.eclass | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index f82575c19c56..4c08d76d15a1 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -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/eclass/gtk-sharp-module.eclass,v 1.4 2008/11/26 14:03:05 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.5 2008/11/27 05:24:23 loki_val Exp $ # Author : Peter Johanson , butchered by ikelos, then loki_val. # Based off of original work in gst-plugins.eclass by @@ -35,9 +35,10 @@ HOMEPAGE="http://www.mono-project.com/GtkSharp" LICENSE="LGPL-2.1" -DEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}* +RDEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}* + >=dev-lang/mono-2" +DEPEND="${RDEPEND} >=sys-apps/sed-4" -RDEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" RESTRICT="test" -- cgit v1.2.3-65-gdbad