diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-15 15:55:51 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-15 15:55:51 +0200 |
commit | 800f6d9de18651c4cf07981bd9b2d380aa1c39aa (patch) | |
tree | a78e20a5bdd45901f2a1290d37e2c34afc0f27fa /testing | |
parent | 2e22fb3362954b6933dad7feb4fbbbe4043ac377 (diff) | |
download | aports-800f6d9de18651c4cf07981bd9b2d380aa1c39aa.tar.bz2 aports-800f6d9de18651c4cf07981bd9b2d380aa1c39aa.tar.xz |
testing/opensmtpd: build only on x86_64
it fails on 32bit
Diffstat (limited to 'testing')
-rw-r--r-- | testing/opensmtpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/opensmtpd/APKBUILD b/testing/opensmtpd/APKBUILD index a250d60a7e..ad80dcdf38 100644 --- a/testing/opensmtpd/APKBUILD +++ b/testing/opensmtpd/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.7.1p1 pkgrel=0 pkgdesc="secure, reliable, lean, and easy-to configure SMTP server" url="http://www.opensmtpd.org" -arch="all" +arch="x86_64" license="ISC" depends="" depends_dev="" |