diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 08:52:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 08:52:48 -0300 |
commit | 14345297a0dc88cc6056a0342a614f701c833667 (patch) | |
tree | fa23d4f925b3980044b57d345468f75eb40f3748 /community/dnsdist | |
parent | 11389a9a4fee76de71152387fe48bce96834bdf3 (diff) | |
download | aports-14345297a0dc88cc6056a0342a614f701c833667.tar.bz2 aports-14345297a0dc88cc6056a0342a614f701c833667.tar.xz |
community/dnsdist: remove stale comment
Diffstat (limited to 'community/dnsdist')
-rw-r--r-- | community/dnsdist/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD index 5fea73e2fa..6af672f8fc 100644 --- a/community/dnsdist/APKBUILD +++ b/community/dnsdist/APKBUILD @@ -18,7 +18,6 @@ install="$pkgname-common.pre-install" subpackages="$pkgname-common::noarch $pkgname-doc $pkgname-luajit" source="https://downloads.powerdns.com/releases/dnsdist-$pkgver.tar.bz2" -# luajit is not available for s390x case "$CARCH" in ppc64le) options="$options !check" ;; esac |