From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0672759CB5 for ; Tue, 19 Apr 2016 14:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6813021C04F; Tue, 19 Apr 2016 14:00:50 +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 A9BB921C068 for ; Tue, 19 Apr 2016 14:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 52E27340871 for ; Tue, 19 Apr 2016 14:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3638B22B for ; Tue, 19 Apr 2016 14:00:46 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461074433.5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cherrytree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cherrytree/cherrytree-0.36.9.ebuild X-VCS-Directories: app-text/cherrytree/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13 X-VCS-Branch: master Date: Tue, 19 Apr 2016 14:00:46 +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: 600011f3-eace-4954-aea7-435a60356943 X-Archives-Hash: 43235d9db3773cbdabc25f6df3e34b77 commit: 5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13 Author: Jan Chren gmail com> AuthorDate: Sat Apr 16 11:10:00 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Apr 19 14:00:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df0f3c0 app-text/cherrytree: fix sandbox issue Gentoo-Bug: 580190 Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney gentoo.org> app-text/cherrytree/cherrytree-0.36.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/cherrytree/cherrytree-0.36.9.ebuild b/app-text/cherrytree/cherrytree-0.36.9.ebuild index 814789c..01d044e 100644 --- a/app-text/cherrytree/cherrytree-0.36.9.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9.ebuild @@ -35,6 +35,8 @@ inherit l10n src_prepare() { use nls && l10n_find_plocales_changes 'locale' '' '.po' + sed -i '\|update-desktop-database|d' 'setup.py' || die + default }