summaryrefslogtreecommitdiff
path: root/dev-python/xonsh
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-05 19:50:25 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-05 19:52:08 +0000
commit642ffdf5fa2e5b0380970e407210c04982b27c77 (patch)
treed13795458843bad366f2ff5ca90feab87ac1f590 /dev-python/xonsh
parent35d6e22cff9b728993b47b94e949f3ce553ccdb5 (diff)
downloadgentoo-642ffdf5fa2e5b0380970e407210c04982b27c77.tar.gz
gentoo-642ffdf5fa2e5b0380970e407210c04982b27c77.tar.xz
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.ebuild3
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 be7f675a7ad..4930a375973 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
}