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 950B113832E for ; Wed, 10 Aug 2016 19:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2CE321C1EA; Wed, 10 Aug 2016 19:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13CF221C1EA for ; Wed, 10 Aug 2016 19:06:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40508340BE3 for ; Wed, 10 Aug 2016 19:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010A62456 for ; Wed, 10 Aug 2016 19:06:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1470855977.d5298c3db0e7fd3b95150fb375d48d4b9ef4895e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-transcoder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild X-VCS-Directories: media-plugins/gst-transcoder/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d5298c3db0e7fd3b95150fb375d48d4b9ef4895e X-VCS-Branch: master Date: Wed, 10 Aug 2016 19:06:23 +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: 88732fb9-951a-41af-91b9-f9e35bb1c97d X-Archives-Hash: c56cbab254bf6fd7c3654df471c72d4a commit: d5298c3db0e7fd3b95150fb375d48d4b9ef4895e Author: Pacho Ramos gentoo org> AuthorDate: Wed Aug 10 19:02:41 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Aug 10 19:06:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5298c3d media-plugins/gst-transcoder: Workaround the usual sandbox access violations due to offending gst plugins (#590848 by Nick) Package-Manager: portage-2.3.0 media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild index f3e557e..f2f23a3 100644 --- a/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild +++ b/media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild @@ -33,6 +33,7 @@ src_configure() { } src_compile() { + addpredict /dev #590848 # We cannot use 'make' as it won't allow us to build verbosely cd build && ninja -v }