Added a new var for templates: only_for_archs.

This accepts a list of archs where the package makes sense. Use this
in the glibc32 pkg and restrict it to x86_64.

--HG--
extra : convert_revision : 4d64b281e1f2ab6b104d43a1f37def1ec767b0a1
This commit is contained in:
Juan RP
2008-11-03 08:38:38 +01:00
parent ebb7cc3fcd
commit cc27b1a54a
2 changed files with 14 additions and 12 deletions

View File

@@ -24,6 +24,8 @@ long_desc="
This version is only for 64 bits systems."
# This package doesn't make sense on 32bit systems.
only_for_archs=x86_64
cross_compiler=yes
base_package=yes
build_depends="perl-5.10.0"