sparsehash: disable gcc2.

This commit is contained in:
Jerome Duval
2015-12-01 17:52:01 +00:00
parent b3e6421029
commit 1b76d6908d

View File

@@ -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"