media-sound/gnome-sound-recorder: Whitespace
authorPatrick Lauer <patrick@gentoo.org>
Sat, 16 Sep 2017 18:11:58 +0000 (18:11 +0000)
committerPatrick Lauer <patrick@gentoo.org>
Sat, 16 Sep 2017 18:11:58 +0000 (18:11 +0000)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild

index 461f3c7fefe379357ae4079326ea290036942eba..363941236b1ff26baa40c186f94e905c89f7ae2c 100644 (file)
@@ -36,9 +36,9 @@ DEPEND="${COMMON_DEPEND}
 src_prepare() {
        gnome2_src_prepare
 
-    # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 & co.
-    # gst-inspect causes sandbox violations when a plugin needs write access to
-    # /dev/dri/card* in its init phase.
-    sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
-        -i configure || die
+       # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 & co.
+       # gst-inspect causes sandbox violations when a plugin needs write access to
+       # /dev/dri/card* in its init phase.
+       sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
+               -i configure || die
 }