summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-11-27 05:24:23 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-11-27 05:24:23 +0000
commit2a98139d53af887a04630f2ae5d46922be003b90 (patch)
tree677db0db73e3eb58feb165ad0e8c2a601c39e140 /eclass/gtk-sharp-module.eclass
parent27 Nov 2008; Zac Medico <zmedico@gentoo.org> +portage-2.1.6_rc2.ebuild: (diff)
downloadhistorical-2a98139d53af887a04630f2ae5d46922be003b90.tar.gz
historical-2a98139d53af887a04630f2ae5d46922be003b90.tar.bz2
historical-2a98139d53af887a04630f2ae5d46922be003b90.zip
It's handy to know these depend on mono if you're making a set.
Diffstat (limited to 'eclass/gtk-sharp-module.eclass')
-rw-r--r--eclass/gtk-sharp-module.eclass7
1 files changed, 4 insertions, 3 deletions
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 <latexer@gentoo.org>, butchered by ikelos, then loki_val.
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -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"