dev-python/sip: drop commandSuffix, simplify PROVIDES.

This commit is contained in:
fbrosson
2018-09-28 02:59:38 +00:00
parent fed84ccd82
commit 8d34cae923

View File

@@ -15,12 +15,12 @@ SOURCE_DIR="sip-$portVersion"
PATCHES="sip-$portVersion.patch"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
if [ "$targetArchitecture" = "x86_gcc2" ]; then
SECONDARY_ARCHITECTURES="x86"
fi
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
if [ "$targetArchitecture" = "x86_gcc2" ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi