mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
package: normalize separator size to 80
Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6eb5cf144f
commit
0c21ee46a7
@@ -1,8 +1,8 @@
|
||||
#############################################################
|
||||
################################################################################
|
||||
#
|
||||
# python-docutils
|
||||
#
|
||||
#############################################################
|
||||
################################################################################
|
||||
|
||||
PYTHON_DOCUTILS_VERSION = 0.13.1
|
||||
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
|
||||
|
||||
Reference in New Issue
Block a user