From 8d34cae923f6d8abb90d047f744700f41f96a8ef Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 28 Sep 2018 02:59:38 +0000 Subject: [PATCH] dev-python/sip: drop commandSuffix, simplify PROVIDES. --- dev-python/sip/sip-4.19.12.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/sip-4.19.12.recipe b/dev-python/sip/sip-4.19.12.recipe index 76fe77f65..99d5578f8 100644 --- a/dev-python/sip/sip-4.19.12.recipe +++ b/dev-python/sip/sip-4.19.12.recipe @@ -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