diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-01-05 19:50:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-01-05 19:52:08 +0000 |
commit | 642ffdf5fa2e5b0380970e407210c04982b27c77 (patch) | |
tree | d13795458843bad366f2ff5ca90feab87ac1f590 /dev-python/xonsh | |
parent | dev-vcs/kdesvn: Fix blocker after kdesdk-kioslaves[subversion] removal (diff) | |
download | gentoo-642ffdf5fa2e5b0380970e407210c04982b27c77.tar.gz gentoo-642ffdf5fa2e5b0380970e407210c04982b27c77.tar.bz2 gentoo-642ffdf5fa2e5b0380970e407210c04982b27c77.zip |
dev-python/xonsh: Make optfeature msg nicer
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/xonsh')
-rw-r--r-- | dev-python/xonsh/xonsh-0.4.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |