From f2667055a9b9dc9a67ea600abf61477f97ea2e9a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 13 Apr 2011 06:59:50 +0000 Subject: Allow build dependcies to be on any arch, may miss problems but better than false positives --- modules/youri-check/templates/check.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/youri-check/templates/check.conf') diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf index bb4022db..4ee87678 100644 --- a/modules/youri-check/templates/check.conf +++ b/modules/youri-check/templates/check.conf @@ -241,6 +241,7 @@ medias: dependencies: allowed: - core.x86_64 + - core.i586 nonfree.i586: class: Youri::Media::URPM @@ -289,4 +290,6 @@ medias: allowed: - core.x86_64 - nonfree.x86_64 + - core.i586 + - nonfree.i586 -- cgit v1.2.1