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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user