diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 15:50:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 15:50:15 +0000 |
commit | f5020821b15b3d8bb7323b145f0349f39e9eab71 (patch) | |
tree | c8315f66c1e899ec37bd1892daa1ecbbdc51c199 | |
parent | c924e7e18310f873cb9627a687649fb05047824c (diff) | |
download | aports-f5020821b15b3d8bb7323b145f0349f39e9eab71.tar.bz2 aports-f5020821b15b3d8bb7323b145f0349f39e9eab71.tar.xz |
testing/gingerbase: disable til nginx builds
-rw-r--r-- | testing/gingerbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gingerbase/APKBUILD b/testing/gingerbase/APKBUILD index bcc5933fe0..2b00425dfc 100644 --- a/testing/gingerbase/APKBUILD +++ b/testing/gingerbase/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3.0 pkgrel=0 pkgdesc="Gingerbase: basic host management for WoK" url="http://kimchi-project.github.io/gingerbase/" -arch="noarch" +arch="" license="AGPL2.1" depends="py2-configobj py2-pyparted wok" makedepends="automake autoconf libtool |