aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:02:56 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:02:56 +0000
commitb475fa9e867ecdbfe5e438cf864253c5ef9ec533 (patch)
tree4f90d1ed2afcb623b1a9dc163ca44be23d2f1d41 /testing
parentb826641f291c63ded187c40f18e0febb32d57865 (diff)
downloadaports-b475fa9e867ecdbfe5e438cf864253c5ef9ec533.tar.bz2
aports-b475fa9e867ecdbfe5e438cf864253c5ef9ec533.tar.xz
testing/lablgtk: build only for x86_64
Diffstat (limited to 'testing')
-rw-r--r--testing/lablgtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lablgtk/APKBUILD b/testing/lablgtk/APKBUILD
index 6eeaf601c2..d820aba609 100644
--- a/testing/lablgtk/APKBUILD
+++ b/testing/lablgtk/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=lablgtk
pkgver=2.18.5
-pkgrel=2
+pkgrel=3
pkgdesc="LablGtk - an OCaml interface to GTK+ 2.x"
url="http://lablgtk.forge.ocamlcore.org/"
# ocaml is not built for x86, armhf
-arch="all !x86 !armhf !aarch64 !ppc64le"
+arch="x86_64"
license="GPL"
depends_dev="lablgtk gtk+-dev gtkspell-dev librsvg-dev gtksourceview2-dev"
depends="ocaml-findlib camlp4 ocaml"