From 12240daed31fb79ddf78d0a86de9380c09f575fb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 3 Apr 2021 13:13:03 +0200 Subject: dev-python/plumbum: Drop superfluous optfeature header Fix indendation, descriptions. Signed-off-by: Andreas Sturmlechner --- dev-python/plumbum/plumbum-1.7.0-r1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'dev-python/plumbum') diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild index da3985d2cb5b..23e7fe5c369e 100644 --- a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild +++ b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild @@ -32,10 +32,8 @@ src_prepare() { } pkg_postinst() { - elog "To get additional features, optional runtime dependencies may be installed:" - optfeature "Remote commands via ssh" dev-python/paramiko - optfeature "Progress bars in jupyter" dev-python/ipywidgets - optfeature "Colored output in jupyter" dev-python/ipython - optfeature "Images on the command line" dev-python/pillow - elog "" + optfeature "remote commands via ssh" dev-python/paramiko + optfeature "progress bars in jupyter" dev-python/ipywidgets + optfeature "colored output in jupyter" dev-python/ipython + optfeature "images on the command line" dev-python/pillow } -- cgit v1.2.3-65-gdbad