commit: 642ffdf5fa2e5b0380970e407210c04982b27c77
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 19:50:25 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 19:52:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642ffdf5
dev-python/xonsh: Make optfeature msg nicer
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/xonsh/xonsh-0.4.7.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/xonsh/xonsh-0.4.7.ebuild
b/dev-python/xonsh/xonsh-0.4.7.ebuild
index be7f675..4930a37 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
}