diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-21 13:26:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-21 13:26:56 +0000 |
commit | bf8f6d8dd9ac29b0146b6cc7eb235d936ae7ad15 (patch) | |
tree | 03e45173344926253a2643403d9cd21c2e7f8e7e /testing/ginger/APKBUILD | |
parent | a89e44bfcae92410877f5249463bafd0ae762310 (diff) | |
download | aports-bf8f6d8dd9ac29b0146b6cc7eb235d936ae7ad15.tar.bz2 aports-bf8f6d8dd9ac29b0146b6cc7eb235d936ae7ad15.tar.xz |
testing/ginger: disable til nginx builds
Diffstat (limited to 'testing/ginger/APKBUILD')
-rw-r--r-- | testing/ginger/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ginger/APKBUILD b/testing/ginger/APKBUILD index 5534bca93a..3ef3a78748 100644 --- a/testing/ginger/APKBUILD +++ b/testing/ginger/APKBUILD @@ -5,10 +5,10 @@ pkgver=2.4.0 pkgrel=0 pkgdesc="WoK plugin for host management" url="http://kimchi-project.github.io/ginger" -arch="noarch" +arch="" license="APACHE LGPL2.1" depends="py2-configobj py2-pyparted wok" -makedepends="automake autoconf libtool +makedepends="automake autoconf libtool python2-dev gettext-dev pyflakes libxslt" options="!check" subpackages="$pkgname-lang" |