diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-25 18:19:00 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-25 18:19:00 +0000 |
commit | f1f024a4f39cab52ef68e1b1b835372937d1584e (patch) | |
tree | 2fa13b5e44beb7aa15f0c071bedde9e2f879e22f /eclass/gst-plugins-base.eclass | |
parent | Mask sys-boot/arcboot for removal. (diff) | |
download | historical-f1f024a4f39cab52ef68e1b1b835372937d1584e.tar.gz historical-f1f024a4f39cab52ef68e1b1b835372937d1584e.tar.bz2 historical-f1f024a4f39cab52ef68e1b1b835372937d1584e.zip |
Remove pointless trailing space
Diffstat (limited to 'eclass/gst-plugins-base.eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 3058b35177b3..54313b2df13f 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.18 2010/08/12 10:53:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.19 2011/08/25 18:19:00 nirbheek Exp $ # Author : foser <foser@gentoo.org> @@ -17,11 +17,11 @@ inherit eutils gst-plugins10 GST_EXPF="src_unpack src_compile src_install" -case ${EAPI:-0} in - 2|3) GST_EXPF="${GST_EXPF} src_prepare src_configure" ;; - 1|0) ;; - *) die "Unknown EAPI" ;; -esac +case ${EAPI:-0} in + 2|3) GST_EXPF="${GST_EXPF} src_prepare src_configure" ;; + 1|0) ;; + *) die "Unknown EAPI" ;; +esac EXPORT_FUNCTIONS ${GST_EXPF} ### |