From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BC671396D0 for ; Sat, 16 Sep 2017 18:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3CB41FC008; Sat, 16 Sep 2017 18:13:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8292B1FC008 for ; Sat, 16 Sep 2017 18:13:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A81633BE19 for ; Sat, 16 Sep 2017 18:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E729906C for ; Sat, 16 Sep 2017 18:13:32 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1505585518.e8739ab2c82c5ca5f77f74179905ded1bf4d45a2.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-sound-recorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild X-VCS-Directories: media-sound/gnome-sound-recorder/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: e8739ab2c82c5ca5f77f74179905ded1bf4d45a2 X-VCS-Branch: master Date: Sat, 16 Sep 2017 18:13:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9aa5c95-56d0-4437-8267-7232ff5ab552 X-Archives-Hash: 8dfc68b59faa01c3e74751c513319d30 commit: e8739ab2c82c5ca5f77f74179905ded1bf4d45a2 Author: Patrick Lauer gentoo org> AuthorDate: Sat Sep 16 18:11:58 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Sep 16 18:11:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8739ab2 media-sound/gnome-sound-recorder: Whitespace Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild | 10 +++++----- 1 file 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 461f3c7fefe..363941236b1 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 }