mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/[various]: fix supported archs
these packages only support these ports atm geos : test fails on all arch except x86*
This commit is contained in:
parent
934d43aaca
commit
d131db6d9d
@ -6,7 +6,7 @@ _pkgver="${pkgver%.*}-${pkgver##*.}"
|
|||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A command-line fuzzy finder"
|
pkgdesc="A command-line fuzzy finder"
|
||||||
url="https://github.com/junegunn/fzf"
|
url="https://github.com/junegunn/fzf"
|
||||||
arch="all !ppc64le !aarch64 !armhf"
|
arch="x86 x86_64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="go glide bash tmux"
|
makedepends="go glide bash tmux"
|
||||||
subpackages="$pkgname-tmux::noarch"
|
subpackages="$pkgname-tmux::noarch"
|
||||||
|
@ -5,7 +5,8 @@ pkgver=3.6.2
|
|||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
|
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
|
||||||
url="http://trac.osgeo.org/geos/"
|
url="http://trac.osgeo.org/geos/"
|
||||||
arch="all !armhf !aarch64 !ppc64le" # !*: tests fail
|
# test fails on other archs
|
||||||
|
arch="x86 x86_64"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
makedepends="swig python2-dev"
|
makedepends="swig python2-dev"
|
||||||
subpackages="py-$pkgname:py $pkgname-dev"
|
subpackages="py-$pkgname:py $pkgname-dev"
|
||||||
|
@ -8,7 +8,7 @@ _pkghome=var/lib/$pkgname
|
|||||||
_php=php7
|
_php=php7
|
||||||
pkgdesc="High-performance, lightweight, open source HTTP server"
|
pkgdesc="High-performance, lightweight, open source HTTP server"
|
||||||
url="https://open.litespeedtech.com"
|
url="https://open.litespeedtech.com"
|
||||||
arch="all !aarch64 !ppc64le"
|
arch="x86 x86_64 armhf"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
pkgusers=litespeed
|
pkgusers=litespeed
|
||||||
pkggroups=litespeed
|
pkggroups=litespeed
|
||||||
|
@ -5,7 +5,7 @@ pkgver=0.6.2
|
|||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Reparent a running program to a new terminal"
|
pkgdesc="Reparent a running program to a new terminal"
|
||||||
url="https://github.com/nelhage/reptyr"
|
url="https://github.com/nelhage/reptyr"
|
||||||
arch="all !aarch64 !ppc64le"
|
arch="x86 x86_64 armhf"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="linux-headers"
|
makedepends="linux-headers"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
Loading…
Reference in New Issue
Block a user