diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-09-16 18:11:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-09-16 18:11:58 +0000 |
commit | e8739ab2c82c5ca5f77f74179905ded1bf4d45a2 (patch) | |
tree | 992d2c65af559a7ff0f39b91ad3458b429b29990 /media-sound/gnome-sound-recorder | |
parent | dev-perl/Archive-Zip: Whitespace (diff) | |
download | gentoo-e8739ab2c82c5ca5f77f74179905ded1bf4d45a2.tar.gz gentoo-e8739ab2c82c5ca5f77f74179905ded1bf4d45a2.tar.bz2 gentoo-e8739ab2c82c5ca5f77f74179905ded1bf4d45a2.zip |
media-sound/gnome-sound-recorder: Whitespace
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-sound/gnome-sound-recorder')
-rw-r--r-- | media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild index 461f3c7fefe3..363941236b1f 100644 --- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild @@ -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 } |