From 0f76ad0f76fa2f9e518286f8ef3a8396f9567c46 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 16 Feb 2019 04:01:53 -0200 Subject: [PATCH] environment/build-style/gem.sh: set noarch=yes to archs=noarch --- common/environment/build-style/gem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/build-style/gem.sh b/common/environment/build-style/gem.sh index 4d2c58d1f3..39b5228b45 100644 --- a/common/environment/build-style/gem.sh +++ b/common/environment/build-style/gem.sh @@ -1,7 +1,7 @@ lib32disabled=yes hostmakedepends+=" ruby" depends+=" ruby" -noarch=yes +archs=noarch # default to rubygems if [ -z "$distfiles" ]; then