dev-python/xonsh: Make optfeature msg nicer
authorJustin Lecher <jlec@gentoo.org>
Thu, 5 Jan 2017 19:50:25 +0000 (19:50 +0000)
committerJustin Lecher <jlec@gentoo.org>
Thu, 5 Jan 2017 19:52:08 +0000 (19:52 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/xonsh/xonsh-0.4.7.ebuild

index be7f675a7adaefaf178032881b06715ab88b6beb..4930a375973c350b4ab5d99138d2965cb3d5ffe4 100644 (file)
@@ -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
 }