diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-20 07:27:34 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-20 17:14:14 +0800 |
commit | 52e5e711414bc5b3e803fbbe45c506c484c29df8 (patch) | |
tree | 8f316f7f337ee3175e15ca5dde52034a71bbb654 /app-text/cherrytree | |
parent | app-crypt/pgpdump: amd64 stable wrt bug #580518 (diff) | |
download | gentoo-52e5e711414bc5b3e803fbbe45c506c484c29df8.tar.gz gentoo-52e5e711414bc5b3e803fbbe45c506c484c29df8.tar.bz2 gentoo-52e5e711414bc5b3e803fbbe45c506c484c29df8.zip |
app-text/cherrytree: add a safety net to configure phase
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text/cherrytree')
-rw-r--r-- | app-text/cherrytree/cherrytree-0.36.9-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild index 8f6b2425e572..3d8fa897cf6b 100644 --- a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild @@ -50,6 +50,7 @@ python_prepare_all() { python_configure_all() { use nls || mydistutilsargs+=( '--without-gettext' ) + distutils-r1_python_configure_all } pkg_postinst() { |