From 2311987335b75a54375ef4cd0e3698684d37911b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 1 Jun 2019 14:38:57 +0200 Subject: [PATCH] package/python-matplotlib: rewrap Config.in help text The wrapping looked somewhat arbitrary, and not optimized to fill in the 72 characters we allow. Signed-off-by: Thomas Petazzoni --- package/python-matplotlib/Config.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package/python-matplotlib/Config.in b/package/python-matplotlib/Config.in index 13a5c74ec4..99ad30aa08 100644 --- a/package/python-matplotlib/Config.in +++ b/package/python-matplotlib/Config.in @@ -13,11 +13,10 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB select BR2_PACKAGE_PYTHON3_ZLIB # runtime select BR2_PACKAGE_ZLIB # runtime help - Matplotlib strives to produce publication - quality 2D graphics for interactive graphing, - scientific publishing, user interface - development and web application servers targeting - multiple user interfaces and hardcopy output + Matplotlib strives to produce publication quality 2D + graphics for interactive graphing, scientific publishing, + user interface development and web application servers + targeting multiple user interfaces and hardcopy output formats. https://matplotlib.org/ -- 2.30.2