FS#41738 - [luxmark] Duplicated deps
Attached to Project:
Community Packages
Opened by Doug Newgard (Scimmia) - Thursday, 28 August 2014, 14:23 GMT
Last edited by Lukas Jirkovsky (6xx) - Saturday, 30 August 2014, 10:41 GMT
Opened by Doug Newgard (Scimmia) - Thursday, 28 August 2014, 14:23 GMT
Last edited by Lukas Jirkovsky (6xx) - Saturday, 30 August 2014, 10:41 GMT
|
Details
Line 59 in the PKGBUILD is wrong:
depends+=("${depends[@]}" 'boost-libs' 'qt4') You should use either += OR "${depends[@]}", not both. Right now, you're adding depends[@] to the existing depends array, which duplicates them. |
This task depends upon
Closed by Lukas Jirkovsky (6xx)
Saturday, 30 August 2014, 10:41 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in svn
Saturday, 30 August 2014, 10:41 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in svn