~alpine/aports

testing/xclip: set arch to all v1 PROPOSED

Sören Tempel: 1
 testing/xclip: set arch to all

 1 files changed, 2 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1502/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/xclip: set arch to all Export this patch

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 <systmkor@gmail.com>
# Maintainer: Orion <systmkor@gmail.com>
# 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
---