From: Justin Lecher Date: Thu, 5 Jan 2017 19:50:25 +0000 (+0000) Subject: dev-python/xonsh: Make optfeature msg nicer X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=642ffdf5fa2e5b0380970e407210c04982b27c77;p=gentoo.git dev-python/xonsh: Make optfeature msg nicer Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/xonsh/xonsh-0.4.7.ebuild b/dev-python/xonsh/xonsh-0.4.7.ebuild index be7f675a7ada..4930a375973c 100644 --- a/dev-python/xonsh/xonsh-0.4.7.ebuild +++ b/dev-python/xonsh/xonsh-0.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,6 +43,7 @@ python_test() { } pkg_postinst() { + elog "Please install" optfeature "Jupyter kernel support" dev-python/jupyter optfeature "Alternative to readline backend" dev-python/prompt_toolkit }