Fix PEP8 syntax

Spaces around a plus sign.
This commit is contained in:
Oliver Smith 2017-07-22 11:07:05 +02:00
parent a94cef3a35
commit 177f6ea592
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def generate(args, pkgname):
"depends": "isl binutils-" + arch,
"makedepends_build": "gcc g++ paxmark bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev",
"makedepends_host": "linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev zlib-dev musl-dev-" + arch + " binutils-" + arch,
"subpackages": "g++-"+arch,
"subpackages": "g++-" + arch,
"LIBGOMP": "false",
"LIBGCC": "false",