aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensmtpd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-15 15:55:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-15 15:55:51 +0200
commit800f6d9de18651c4cf07981bd9b2d380aa1c39aa (patch)
treea78e20a5bdd45901f2a1290d37e2c34afc0f27fa /testing/opensmtpd
parent2e22fb3362954b6933dad7feb4fbbbe4043ac377 (diff)
downloadaports-800f6d9de18651c4cf07981bd9b2d380aa1c39aa.tar.bz2
aports-800f6d9de18651c4cf07981bd9b2d380aa1c39aa.tar.xz
testing/opensmtpd: build only on x86_64
it fails on 32bit
Diffstat (limited to 'testing/opensmtpd')
-rw-r--r--testing/opensmtpd/APKBUILD2
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=""