media-plugins/gst-plugins-hls: fix leading whitespace
authorGilles Dartiguelongue <eva@gentoo.org>
Mon, 4 Jan 2016 21:58:09 +0000 (22:58 +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-hls/gst-plugins-hls-1.6.1.ebuild
media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild

index 45fa0f57e06d57084b9aa02d282999c2d31f4fde..bcffd235ebd2378cb9b1e572baafe7c91020c1ff 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$
 
@@ -27,10 +27,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/hls/Makefile.{am,in} || die
+               -i ext/hls/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/hls/Makefile.{am,in} || die
+               -i ext/hls/Makefile.{am,in} || die
 }
index 45fa0f57e06d57084b9aa02d282999c2d31f4fde..bcffd235ebd2378cb9b1e572baafe7c91020c1ff 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$
 
@@ -27,10 +27,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/hls/Makefile.{am,in} || die
+               -i ext/hls/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/hls/Makefile.{am,in} || die
+               -i ext/hls/Makefile.{am,in} || die
 }