From 07164bf2fff05cfadf08fcdc6d354fa6af8edd13 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 25 Sep 2022 17:24:50 +0200 Subject: [PATCH] sed: enable x86 --- sys-apps/sed/sed-4.8.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sed/sed-4.8.recipe b/sys-apps/sed/sed-4.8.recipe index 36942ecd1..4b3bee6bc 100644 --- a/sys-apps/sed/sed-4.8.recipe +++ b/sys-apps/sed/sed-4.8.recipe @@ -16,7 +16,7 @@ PATCHES="sed-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2 ?x86 ?arm" if [ "$targetArchitecture" = x86_gcc2 ]; then -SECONDARY_ARCHITECTURES="?x86" +SECONDARY_ARCHITECTURES="x86" fi commandBinDir=$binDir