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 | b2a7f69b8346e23b5f1bd3a6da74ae9665feaa7a (patch) | |
tree | 740672b99d481d93a4d5ab264a279618da8ad3b8 /eclass | |
parent | Add patch to fix building with --as-needed, closes bug #247251. (diff) | |
download | gentoo-2-b2a7f69b8346e23b5f1bd3a6da74ae9665feaa7a.tar.gz gentoo-2-b2a7f69b8346e23b5f1bd3a6da74ae9665feaa7a.tar.bz2 gentoo-2-b2a7f69b8346e23b5f1bd3a6da74ae9665feaa7a.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" |