Protrekkr: add missing $secondaryArchSuffix

* This made the package impossible to install.
This commit is contained in:
Adrien Destugues
2014-03-26 15:05:29 +01:00
parent 0f38eeacff
commit 1194f7683a

View File

@@ -12,7 +12,7 @@ Based on Juan Antonio Arguelles Rius's NoiseTrekker.
"
LICENSE="BSD (3-clause)"
SRC_URI="svn+http://protrekkr.googlecode.com/svn/trunk/#670"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -22,7 +22,7 @@ fi
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
protrekkr = $portVersion
protrekkr${secondaryArchSuffix} = $portVersion
app:Protrekkr = $portVersion
"