diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 23:11:54 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 23:11:54 +0200 |
commit | f005a3537c03ed8f6488cfedabd74abff6cee343 (patch) | |
tree | 1de1bc87d54820811c09e0048cf8c96e3af7dd00 /community/whois/APKBUILD | |
parent | c51ee158559212caa1dc73399fce586b0e0c049c (diff) | |
download | aports-f005a3537c03ed8f6488cfedabd74abff6cee343.tar.bz2 aports-f005a3537c03ed8f6488cfedabd74abff6cee343.tar.xz |
community/whois: disabled does not build
Diffstat (limited to 'community/whois/APKBUILD')
-rw-r--r-- | community/whois/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/whois/APKBUILD b/community/whois/APKBUILD index 64371caab9..8d2b73fde8 100644 --- a/community/whois/APKBUILD +++ b/community/whois/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.2.12 pkgrel=1 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="http://www.linux.it/~md/software/" -arch="all" +arch="" license="GPL2" makedepends="$depends_dev perl libidn-dev gettext-dev" subpackages="$pkgname-doc" |