media-plugins/gst-plugins-smoothstreaming: fix leading whitespace
authorGilles Dartiguelongue <eva@gentoo.org>
Mon, 4 Jan 2016 21:59:11 +0000 (22:59 +0100)
committerGilles Dartiguelongue <eva@gentoo.org>
Mon, 4 Jan 2016 22:11:34 +0000 (23:11 +0100)
Package-Manager: portage-2.2.26

media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild
media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild

index 30167d6140fcef8f28730d41a581b4d0224f9cc6..83b89c561a1247f5f5f7cf829ea90941308b1129 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
        directory="gst-libs/gst/uridownloader"
        libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0"
        sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-        -i ext/smoothstreaming/Makefile.{am,in} || die
+               -i ext/smoothstreaming/Makefile.{am,in} || die
 
        directory="gst-libs/gst/adaptivedemux"
        libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
        sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-        -i ext/smoothstreaming/Makefile.{am,in} || die
+               -i ext/smoothstreaming/Makefile.{am,in} || die
 }
index 30167d6140fcef8f28730d41a581b4d0224f9cc6..83b89c561a1247f5f5f7cf829ea90941308b1129 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
        directory="gst-libs/gst/uridownloader"
        libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0"
        sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-        -i ext/smoothstreaming/Makefile.{am,in} || die
+               -i ext/smoothstreaming/Makefile.{am,in} || die
 
        directory="gst-libs/gst/adaptivedemux"
        libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
        sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-        -i ext/smoothstreaming/Makefile.{am,in} || die
+               -i ext/smoothstreaming/Makefile.{am,in} || die
 }