diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-01-14 01:26:25 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-01-14 01:26:25 +0000 |
commit | 53ac3a52f4f01a34182df222941d6e73af38e675 (patch) | |
tree | 68781c16867a212cdb82b93768fe8fbcb2715bcc /eclass/gtk-sharp-component.eclass | |
parent | Add patches from upstream to fix asm errors on amd64 #77300 and direct 8bit c... (diff) | |
download | historical-53ac3a52f4f01a34182df222941d6e73af38e675.tar.gz historical-53ac3a52f4f01a34182df222941d6e73af38e675.tar.bz2 historical-53ac3a52f4f01a34182df222941d6e73af38e675.zip |
Fix description to remove gstreamer reference. See bug #77775
Diffstat (limited to 'eclass/gtk-sharp-component.eclass')
-rw-r--r-- | eclass/gtk-sharp-component.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass index f75e3070cb9b..d83d89de4e62 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.3 2004/12/14 02:13:25 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.4 2005/01/14 01:26:25 latexer Exp $ # Author : Peter Johanson <latexer@gentoo.org> # Based off of original work in gst-plugins.eclass by <foser@gentoo.org> @@ -44,7 +44,7 @@ GTK_SHARP_COMPONENT_BUILD_DEPS="" # Actual build dir, is the same as the configure switch name most of the time GTK_SHARP_COMPONENT_BUILD_DIR=${PN/-sharp/} -DESCRIPTION="${GTK_SHARP_COMPONENT_BUILD} plugin for gstreamer" +DESCRIPTION="${GTK_SHARP_COMPONENT_BUILD} component of gtk-sharp" SRC_URI="mirror://sourceforge/gtk-sharp/${MY_P}.tar.gz mirror://gentoo/${MY_P}-configurable.diff.gz" |