summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal+github.com@gmail.com>2016-04-16 13:10:00 +0200
committerIan Delaney <idella4@gentoo.org>2016-04-19 22:00:33 +0800
commit5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13 (patch)
tree83d7166a1b91f598c0417d5b3ab569b9d95c9658 /app-text
parentpackage.mask: Adjusted mask of unofficial iputils packages. (diff)
downloadgentoo-5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13.tar.gz
gentoo-5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13.tar.bz2
gentoo-5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13.zip
app-text/cherrytree: fix sandbox issue
Gentoo-Bug: 580190 Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cherrytree/cherrytree-0.36.9.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-text/cherrytree/cherrytree-0.36.9.ebuild b/app-text/cherrytree/cherrytree-0.36.9.ebuild
index 814789c4f000..01d044e14f8e 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
}