app-text/cherrytree: fix sandbox issue
authorJan Chren <dev.rindeal+github.com@gmail.com>
Sat, 16 Apr 2016 11:10:00 +0000 (13:10 +0200)
committerIan Delaney <idella4@gentoo.org>
Tue, 19 Apr 2016 14:00:33 +0000 (22:00 +0800)
Gentoo-Bug: 580190
Closes: https://github.com/gentoo/gentoo/pull/1280

Signed-off-by: Ian Delaney <idella4@gentoo.org>
app-text/cherrytree/cherrytree-0.36.9.ebuild

index 814789c4f0003940081d10cf2308b1aa97b1b7d8..01d044e14f8eb2dc708f6e552ae15dfaaeeb004a 100644 (file)
@@ -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
 }