From 08b21434122e59762e780d1c39f9adadf99560ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 20 Aug 2014 22:00:01 +0200 Subject: [PATCH] remove x86_64 from SECONDARY_ARCHITECTURES --- dev-cpp/hugen/hugen-1.recipe | 2 +- dev-lang/fpc/fpc-2.6.2.recipe | 2 +- dev-lang/squirrel/squirrel-3.0.4.recipe | 2 +- dev-libs/boost/boost-1.55.0.recipe | 2 +- dev-libs/glib/glib2-2.38.1.recipe | 2 +- dev-libs/libffi/libffi-3.0.13.recipe | 2 +- dev-libs/libxslt/libxslt-1.1.28.recipe | 2 +- games-emulation/dosbox/dosbox-0.74.recipe | 2 +- games-emulation/visualboyadvance/visualboyadvance-1.8.recipe | 2 +- games-engines/scummvm/scummvm-1.6.0.recipe | 2 +- games-engines/solarus/solarus-1.1.1.recipe | 2 +- games-rpg/fheroes2/fheroes2-r3182.recipe | 2 +- games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe | 2 +- haiku-apps/aplayer/aplayer-4.0_svn.recipe | 2 +- haiku-apps/beget/beget-1.2.3.recipe | 2 +- haiku-apps/netpulse/netpulse-0.2.3.recipe | 2 +- haiku-apps/paladin/paladin-1.3.recipe | 2 +- haiku-apps/resourceedit/resourceedit-1.recipe | 2 +- media-libs/allegro/allegro-4.4.1.1.recipe | 2 +- media-libs/allegro/allegro-4.4.2.recipe | 2 +- media-libs/faac/faac-1.28.recipe | 2 +- media-libs/faad2/faad2-2.7.recipe | 2 +- media-libs/fontconfig/fontconfig-2.11.0.recipe | 2 +- media-libs/fontconfig/fontconfig-2.11.1.recipe | 2 +- media-libs/glew/glew-1.10.0.recipe | 2 +- media-libs/glew/glew-1.11.0.recipe | 2 +- media-libs/ilmbase/ilmbase-2.1.0.recipe | 2 +- media-libs/libcoverart/libcoverart-1.0.0.recipe | 2 +- media-libs/libmikmod/libmikmod-3.3.3.recipe | 2 +- media-libs/libmpeg2/libmpeg2-0.5.1.recipe | 2 +- media-libs/openexr/openexr-2.1.0.recipe | 2 +- media-sound/fluidsynth/fluidsynth-1.1.6.recipe | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/dev-cpp/hugen/hugen-1.recipe b/dev-cpp/hugen/hugen-1.recipe index 2e485f93a..ccbbc4733 100644 --- a/dev-cpp/hugen/hugen-1.recipe +++ b/dev-cpp/hugen/hugen-1.recipe @@ -12,7 +12,7 @@ LICENSE="MIT" SRC_URI="git+https://github.com/aldeck/hugen.git#a5e42390e6d4435d9d81fe3670670e18a52dee9c" REVISION="1" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" hugen$secondaryArchSuffix = $portVersion diff --git a/dev-lang/fpc/fpc-2.6.2.recipe b/dev-lang/fpc/fpc-2.6.2.recipe index 7db347dca..0e4a4b6e5 100644 --- a/dev-lang/fpc/fpc-2.6.2.recipe +++ b/dev-lang/fpc/fpc-2.6.2.recipe @@ -23,7 +23,7 @@ ARCHITECTURES="x86 ?x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then ARCHITECTURES="$ARCHITECTURES x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" fpc$secondaryArchSuffix = $portVersion diff --git a/dev-lang/squirrel/squirrel-3.0.4.recipe b/dev-lang/squirrel/squirrel-3.0.4.recipe index 214289791..370f57917 100644 --- a/dev-lang/squirrel/squirrel-3.0.4.recipe +++ b/dev-lang/squirrel/squirrel-3.0.4.recipe @@ -20,7 +20,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" squirrel$secondaryArchSuffix = $portVersion diff --git a/dev-libs/boost/boost-1.55.0.recipe b/dev-libs/boost/boost-1.55.0.recipe index 0325b76de..edb24c2f3 100644 --- a/dev-libs/boost/boost-1.55.0.recipe +++ b/dev-libs/boost/boost-1.55.0.recipe @@ -17,7 +17,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" SOURCE_DIR="boost_1_55_0" diff --git a/dev-libs/glib/glib2-2.38.1.recipe b/dev-libs/glib/glib2-2.38.1.recipe index 92c550896..1c0669576 100644 --- a/dev-libs/glib/glib2-2.38.1.recipe +++ b/dev-libs/glib/glib2-2.38.1.recipe @@ -27,7 +27,7 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" glib2$secondaryArchSuffix = $portVersion compat >= 2 diff --git a/dev-libs/libffi/libffi-3.0.13.recipe b/dev-libs/libffi/libffi-3.0.13.recipe index c38b7cca6..70a9c5b17 100644 --- a/dev-libs/libffi/libffi-3.0.13.recipe +++ b/dev-libs/libffi/libffi-3.0.13.recipe @@ -10,7 +10,7 @@ LICENSE="MIT" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" libffi$secondaryArchSuffix = $portVersion compat >= 3 diff --git a/dev-libs/libxslt/libxslt-1.1.28.recipe b/dev-libs/libxslt/libxslt-1.1.28.recipe index 747816d4b..6480e6157 100644 --- a/dev-libs/libxslt/libxslt-1.1.28.recipe +++ b/dev-libs/libxslt/libxslt-1.1.28.recipe @@ -6,7 +6,7 @@ SRC_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz" CHECKSUM_SHA256="5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" libxslt$secondaryArchSuffix = $portVersion diff --git a/games-emulation/dosbox/dosbox-0.74.recipe b/games-emulation/dosbox/dosbox-0.74.recipe index 3d2507a9a..0333fe419 100644 --- a/games-emulation/dosbox/dosbox-0.74.recipe +++ b/games-emulation/dosbox/dosbox-0.74.recipe @@ -24,7 +24,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # for a different secondary architecture. ARCHITECTURES="$ARCHITECTURES x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" dosbox$secondaryArchSuffix = $portVersion diff --git a/games-emulation/visualboyadvance/visualboyadvance-1.8.recipe b/games-emulation/visualboyadvance/visualboyadvance-1.8.recipe index d48158e72..af510e100 100644 --- a/games-emulation/visualboyadvance/visualboyadvance-1.8.recipe +++ b/games-emulation/visualboyadvance/visualboyadvance-1.8.recipe @@ -12,7 +12,7 @@ ARCHITECTURES="x86 ?x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then ARCHITECTURES="$ARCHITECTURES x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" visualboyadvance$secondaryArchSuffix = $portVersion diff --git a/games-engines/scummvm/scummvm-1.6.0.recipe b/games-engines/scummvm/scummvm-1.6.0.recipe index bd5c7d854..0018b84a0 100644 --- a/games-engines/scummvm/scummvm-1.6.0.recipe +++ b/games-engines/scummvm/scummvm-1.6.0.recipe @@ -21,7 +21,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" scummvm = $portVersion diff --git a/games-engines/solarus/solarus-1.1.1.recipe b/games-engines/solarus/solarus-1.1.1.recipe index efc7397bc..4597efaf0 100644 --- a/games-engines/solarus/solarus-1.1.1.recipe +++ b/games-engines/solarus/solarus-1.1.1.recipe @@ -10,7 +10,7 @@ LICENSE="GNU GPL v3" COPYRIGHT="2006-2013 Christopho, Solarus" ARCHITECTURES="x86_gcc2 !x86 !x86_64" -SECONDARY_ARCHITECTURES="x86 !x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" solarus$secondaryArchSuffix = $portVersion diff --git a/games-rpg/fheroes2/fheroes2-r3182.recipe b/games-rpg/fheroes2/fheroes2-r3182.recipe index 1466ba2a0..23807aaac 100644 --- a/games-rpg/fheroes2/fheroes2-r3182.recipe +++ b/games-rpg/fheroes2/fheroes2-r3182.recipe @@ -21,7 +21,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PATCHES="fheroes2-r3182.patch" diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe index 864a53239..c3bfaca33 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe +++ b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe @@ -28,7 +28,7 @@ ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then ARCHITECTURES="$ARCHITECTURES x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" freedroidrpg$secondaryArchSuffix = $portVersion diff --git a/haiku-apps/aplayer/aplayer-4.0_svn.recipe b/haiku-apps/aplayer/aplayer-4.0_svn.recipe index dda56215a..3c3e9db22 100644 --- a/haiku-apps/aplayer/aplayer-4.0_svn.recipe +++ b/haiku-apps/aplayer/aplayer-4.0_svn.recipe @@ -10,7 +10,7 @@ COPYRIGHT=" " ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" aplayer$secondaryArchSuffix = $portVersion diff --git a/haiku-apps/beget/beget-1.2.3.recipe b/haiku-apps/beget/beget-1.2.3.recipe index 3b43424b7..a14d8a038 100644 --- a/haiku-apps/beget/beget-1.2.3.recipe +++ b/haiku-apps/beget/beget-1.2.3.recipe @@ -11,7 +11,7 @@ LICENSE="GNU GPL v2" COPYRIGHT="1999-2001 Atsushi Takamatsu" ARCHITECTURES="x86_gcc2 !x86 !x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 !x86 !x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 !x86" PROVIDES=" beget = $portVersion diff --git a/haiku-apps/netpulse/netpulse-0.2.3.recipe b/haiku-apps/netpulse/netpulse-0.2.3.recipe index 3a2d4da33..4422f25a5 100644 --- a/haiku-apps/netpulse/netpulse-0.2.3.recipe +++ b/haiku-apps/netpulse/netpulse-0.2.3.recipe @@ -10,7 +10,7 @@ LICENSE="MIT" REVISION="1" ARCHITECTURES="x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" netpulse = $portVersion diff --git a/haiku-apps/paladin/paladin-1.3.recipe b/haiku-apps/paladin/paladin-1.3.recipe index b74ba4f5e..fa1e4077f 100644 --- a/haiku-apps/paladin/paladin-1.3.recipe +++ b/haiku-apps/paladin/paladin-1.3.recipe @@ -11,7 +11,7 @@ LICENSE="MIT" COPYRIGHT="2008-2010 DarkWyrm" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" paladin = $portVersion diff --git a/haiku-apps/resourceedit/resourceedit-1.recipe b/haiku-apps/resourceedit/resourceedit-1.recipe index 2e227b4bc..106ac1585 100644 --- a/haiku-apps/resourceedit/resourceedit-1.recipe +++ b/haiku-apps/resourceedit/resourceedit-1.recipe @@ -17,7 +17,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="!x86 ?x86_64" +SECONDARY_ARCHITECTURES="!x86" PROVIDES=" resourceedit$secondaryArchSuffix = $portVersion diff --git a/media-libs/allegro/allegro-4.4.1.1.recipe b/media-libs/allegro/allegro-4.4.1.1.recipe index 3ba492d44..733ae2e66 100644 --- a/media-libs/allegro/allegro-4.4.1.1.recipe +++ b/media-libs/allegro/allegro-4.4.1.1.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1998-2010 Shawn Hargreaves et al." REVISION="1" ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" PROVIDES=" allegro$secondaryArchSuffix = $portVersion diff --git a/media-libs/allegro/allegro-4.4.2.recipe b/media-libs/allegro/allegro-4.4.2.recipe index 21e488176..0d608e24e 100644 --- a/media-libs/allegro/allegro-4.4.2.recipe +++ b/media-libs/allegro/allegro-4.4.2.recipe @@ -21,7 +21,7 @@ COPYRIGHT="1998-2010 Shawn Hargreaves et al." REVISION="1" ARCHITECTURES="x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" allegro$secondaryArchSuffix = $portVersion diff --git a/media-libs/faac/faac-1.28.recipe b/media-libs/faac/faac-1.28.recipe index d12681f62..3153e0850 100644 --- a/media-libs/faac/faac-1.28.recipe +++ b/media-libs/faac/faac-1.28.recipe @@ -11,7 +11,7 @@ LICENSE="GNU GPL v2" COPYRIGHT="Copyright (C) 2003 Krzysztof Nikiel" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" faac${secondaryArchSuffix} = $portVersion diff --git a/media-libs/faad2/faad2-2.7.recipe b/media-libs/faad2/faad2-2.7.recipe index e121591c5..ef79da56f 100644 --- a/media-libs/faad2/faad2-2.7.recipe +++ b/media-libs/faad2/faad2-2.7.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2003-2005 M. Bakker, Nero AG." CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PATCHES="faad2-2.7.patch" diff --git a/media-libs/fontconfig/fontconfig-2.11.0.recipe b/media-libs/fontconfig/fontconfig-2.11.0.recipe index de95c866c..3acb2ea82 100644 --- a/media-libs/fontconfig/fontconfig-2.11.0.recipe +++ b/media-libs/fontconfig/fontconfig-2.11.0.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2000-2005, 2006-2007 Keith Packard REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" fontconfig$secondaryArchSuffix = $portVersion compat >= 2 diff --git a/media-libs/fontconfig/fontconfig-2.11.1.recipe b/media-libs/fontconfig/fontconfig-2.11.1.recipe index 22636a5c0..9fbbc4229 100644 --- a/media-libs/fontconfig/fontconfig-2.11.1.recipe +++ b/media-libs/fontconfig/fontconfig-2.11.1.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2000-2005, 2006-2007 Keith Packard REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" fontconfig$secondaryArchSuffix = $portVersion compat >= 2 diff --git a/media-libs/glew/glew-1.10.0.recipe b/media-libs/glew/glew-1.10.0.recipe index c153be08c..4d5082cfc 100644 --- a/media-libs/glew/glew-1.10.0.recipe +++ b/media-libs/glew/glew-1.10.0.recipe @@ -17,7 +17,7 @@ CHECKSUM_SHA256="99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f30 REVISION="5" ARCHITECTURES="x86 ?x86_gcc2 ?x86_64" -SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" PATCHES="glew-1.10.0.patchset" diff --git a/media-libs/glew/glew-1.11.0.recipe b/media-libs/glew/glew-1.11.0.recipe index 31d02077a..8240f9859 100644 --- a/media-libs/glew/glew-1.11.0.recipe +++ b/media-libs/glew/glew-1.11.0.recipe @@ -17,7 +17,7 @@ CHECKSUM_SHA256="69bbce306ac281c4fa806a7a7d02c0596281a2d8f9d70690e98126f23ba513d REVISION="1" ARCHITECTURES="x86 x86_gcc2 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PATCHES="glew-$portVersion.patchset" diff --git a/media-libs/ilmbase/ilmbase-2.1.0.recipe b/media-libs/ilmbase/ilmbase-2.1.0.recipe index 0cfc787f9..8a84ba709 100644 --- a/media-libs/ilmbase/ilmbase-2.1.0.recipe +++ b/media-libs/ilmbase/ilmbase-2.1.0.recipe @@ -22,7 +22,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PATCHES="ilmbase-2.1.0.patch" diff --git a/media-libs/libcoverart/libcoverart-1.0.0.recipe b/media-libs/libcoverart/libcoverart-1.0.0.recipe index a8987319e..b0b6ce05e 100644 --- a/media-libs/libcoverart/libcoverart-1.0.0.recipe +++ b/media-libs/libcoverart/libcoverart-1.0.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2012 Andrew Hawkins" REVISION="1" ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86 ?x86_64" +SECONDARY_ARCHITECTURES="?x86" PROVIDES=" libcoverart = $portVersion diff --git a/media-libs/libmikmod/libmikmod-3.3.3.recipe b/media-libs/libmikmod/libmikmod-3.3.3.recipe index b4550673d..dca90b6bf 100644 --- a/media-libs/libmikmod/libmikmod-3.3.3.recipe +++ b/media-libs/libmikmod/libmikmod-3.3.3.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve McIntyr REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" libmikmod$secondaryArchSuffix = $portVersion compat >= 3.3 diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe index dcf183f27..1fc74b95b 100644 --- a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe +++ b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe @@ -12,7 +12,7 @@ SRC_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz" CHECKSUM_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" REVISION="2" ARCHITECTURES="x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" libmpeg2${secondaryArchSuffix} = $portVersion compat >= 0.5 diff --git a/media-libs/openexr/openexr-2.1.0.recipe b/media-libs/openexr/openexr-2.1.0.recipe index e410de738..e021bb54c 100644 --- a/media-libs/openexr/openexr-2.1.0.recipe +++ b/media-libs/openexr/openexr-2.1.0.recipe @@ -23,7 +23,7 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then else ARCHITECTURES="$ARCHITECTURES !x86_gcc2" fi -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PATCHES="openexr-2.1.0.patch" diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index b2650c86c..b734f24f2 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" REVISION="2" ARCHITECTURES="x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PATCHES="fluidsynth-1.1.6.patchset"