X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id D7F49DC67F0 for ; Tue, 20 Oct 2015 13:37:47 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1FD27DC661A; Tue, 20 Oct 2015 13:37:46 +0000 (UTC) Received: from localhost (134.102.116.175 [134.102.116.175]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id c82a5845; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 20 Oct 2015 15:37:44 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/xclip: set arch to all Date: Tue, 20 Oct 2015 15:37:38 +0200 Message-Id: <1445348258-16816-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: xclip should compile and work an arm based machines too. I don't have access to an arm machine running alpine so I couldn't test it... --- testing/xclip/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testing/xclip/APKBUILD b/testing/xclip/APKBUILD index 1caf460..9fe167d 100644 --- a/testing/xclip/APKBUILD +++ b/testing/xclip/APKBUILD @@ -1,13 +1,11 @@ # Contributor: Orion # Maintainer: Orion -# Reference -# https://www.archlinux.org/packages/extra/x86_64/xclip/ pkgname=xclip pkgver=0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Command line interface to the X11 clipboard" url="http://sourceforge.net/projects/xclip" -arch="x86 x86_64" +arch="all" license="GPL2" depends="libxmu" depends_dev="libxmu-dev" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---