diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-09-14 21:16:37 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-09-14 21:16:37 +0000 |
commit | ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33 (patch) | |
tree | c18d0a7884a13a3c2fc351fbd22394f67d0568fa /eclass/gst-plugins-ugly.eclass | |
parent | Rev bump. Updated download link to new mirror (diff) | |
download | gentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.tar.gz gentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.tar.bz2 gentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.zip |
Set package origin and name
Diffstat (limited to 'eclass/gst-plugins-ugly.eclass')
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index 3ceda1bcd5f2..7d956cf10b57 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.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/gst-plugins-ugly.eclass,v 1.7 2006/09/01 16:46:28 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.8 2006/09/14 21:16:37 zaheerm Exp $ # Author : foser <foser@gentoo.org> @@ -64,7 +64,7 @@ gst-plugins-ugly_src_configure() { done cd ${S} - econf ${@} ${gst_conf} || die "./configure failure" + econf ${@} --with-package-name="Gentoo GStreamer Ebuild" --with-package-origin="http://www.gentoo.org" ${gst_conf} || die "./configure failure" } |