commit: 5df0f3c04bb7a0d838c06cf92e98eae80e1e6d13 Author: Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 11:10:00 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> 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 <idella4 <AT> 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 }
