summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-11-25 20:44:25 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-11-25 20:44:25 +0000
commit76ff341156a4cdb9977940b8c63a60c3592a2690 (patch)
tree1cfc450e12d06a9929c0b60f9ac9f04f79f77407 /eclass
parentRemove TODO comments. (diff)
downloadgentoo-2-76ff341156a4cdb9977940b8c63a60c3592a2690.tar.gz
gentoo-2-76ff341156a4cdb9977940b8c63a60c3592a2690.tar.bz2
gentoo-2-76ff341156a4cdb9977940b8c63a60c3592a2690.zip
Hack for gtk-sharp-2.12.6
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gtk-sharp-component.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass
index 901ce3999794..42e54af134c6 100644
--- a/eclass/gtk-sharp-component.eclass
+++ b/eclass/gtk-sharp-component.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.28 2007/01/18 08:22:41 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.29 2008/11/25 20:44:25 loki_val Exp $
# Author : Peter Johanson <latexer@gentoo.org>
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -69,7 +69,7 @@ SRC_URI="${SOURCE_SERVER}/${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}
# Make sure we're building with the same version.
-DEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*
+[[ "${ECLASS_DEPENDS}" = "no" ]] || DEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*
>=sys-apps/sed-4"