summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2006-09-14 21:16:37 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2006-09-14 21:16:37 +0000
commited1e0fd4a6c9cd88efc32385451dc3b9cce21a33 (patch)
treec18d0a7884a13a3c2fc351fbd22394f67d0568fa /eclass/gst-plugins-base.eclass
parentRev bump. Updated download link to new mirror (diff)
downloadgentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.tar.gz
gentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.tar.bz2
gentoo-2-ed1e0fd4a6c9cd88efc32385451dc3b9cce21a33.zip
Set package origin and name
Diffstat (limited to 'eclass/gst-plugins-base.eclass')
-rw-r--r--eclass/gst-plugins-base.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass
index fcd5475e0d4e..06061bc6ebec 100644
--- a/eclass/gst-plugins-base.eclass
+++ b/eclass/gst-plugins-base.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-base.eclass,v 1.4 2006/09/01 16:46:28 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.5 2006/09/14 21:16:37 zaheerm Exp $
# Author : foser <foser@gentoo.org>
@@ -65,7 +65,7 @@ gst-plugins-base_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"
}