~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<1445348258-16816-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1445348258
DKIM signature
missing
Download raw message
Patch: +2 -4
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
---
Reply to thread Export thread (mbox)