dev-python/plumbum: Drop superfluous optfeature header

Fix indendation, descriptions.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-04-03 13:13:03 +02:00
parent 8f872469a6
commit 12240daed3

View File

@@ -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
}