From 1b76d6908d6eb1f23d1da36cf24e00afdf164cd4 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 1 Dec 2015 17:52:01 +0000 Subject: [PATCH] sparsehash: disable gcc2. --- dev-cpp/sparsehash/sparsehash-2.0.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.recipe b/dev-cpp/sparsehash/sparsehash-2.0.2.recipe index df6ef729e..030f84e12 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.recipe +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.recipe @@ -8,8 +8,8 @@ REVISION="1" LICENSE="BSD (2-clause)" COPYRIGHT="2008 Jesse Beder" -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="!x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="!x86_gcc2 x86" PATCHES="sparsehash-$portVersion.patchset"