X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 932EE1EBFFD for ; Tue, 14 Dec 2010 10:07:43 +0000 (UTC) Received: from [10.65.65.1] (unknown [10.65.65.1]) by mail.wtbts.no (Postfix) with ESMTP id 598577E05B for ; Tue, 14 Dec 2010 10:59:50 +0100 (CET) Subject: [alpine-devel] new required variable in APKBUILD: arch From: Natanael Copa To: Alpine Development Content-Type: text/plain; charset="UTF-8" Date: Tue, 14 Dec 2010 11:07:41 +0100 Message-ID: <1292321261.26904.6.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit Hi, Please note that all APKBUILD needs a new vairable, arch, which contains a list of supported arches. By default please set it to "x86 x86_64" unles there are some specific reason to not support both arches. I have updated all APKBUILDs in the tree. So, from now on, please add this to your APKBUILDS: arch="x86 64" Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---