diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 00:54:41 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 00:54:41 +0000 |
commit | 7b217fe474e1f054dcb0dadd60fc4a356ec8e711 (patch) | |
tree | a7d6298fee6f7434a52421c1fd5da69f4d150b0b /eclass | |
parent | Add patch to fix building with --as-needed, closes bug #247251. (diff) | |
download | historical-7b217fe474e1f054dcb0dadd60fc4a356ec8e711.tar.gz historical-7b217fe474e1f054dcb0dadd60fc4a356ec8e711.tar.bz2 historical-7b217fe474e1f054dcb0dadd60fc4a356ec8e711.zip |
sed is only a dep
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 9ed9c30b4e5c..980e7a13d186 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.1 2008/11/25 23:52:03 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.2 2008/11/26 00:54:41 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> @@ -37,6 +37,7 @@ LICENSE="LGPL-2.1" DEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}* >=sys-apps/sed-4" +RDEPEND="=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" RESTRICT="test" |