From 2ddd62cd0a784d7db5213eb8b7c0bf00fd80b746 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 29 Nov 2015 05:06:57 +0000 Subject: [PATCH] orc: enable x86 for secondary architecture --- dev-lang/orc/orc-0.4.19.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/orc/orc-0.4.19.recipe b/dev-lang/orc/orc-0.4.19.recipe index efd458ab3..3f54e151d 100644 --- a/dev-lang/orc/orc-0.4.19.recipe +++ b/dev-lang/orc/orc-0.4.19.recipe @@ -13,9 +13,9 @@ COPYRIGHT=" LICENSE="BSD (2-clause)" SOURCE_URI="http://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.gz" CHECKSUM_SHA256="e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 !x86" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PATCHES="orc-$portVersion.patchset"