diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-13 10:22:36 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-13 10:22:36 +0200 |
commit | 3fcd74829178339f1c9f2065ce07ae136f810a01 (patch) | |
tree | b64d4eb658467740b9badf20ae0919acb418689d /main/opensmtpd | |
parent | 43781162ff77d5a1d5901ff000d3ebd8f58536d8 (diff) | |
download | aports-3fcd74829178339f1c9f2065ce07ae136f810a01.tar.bz2 aports-3fcd74829178339f1c9f2065ce07ae136f810a01.tar.xz |
main/opensmtpd: enable on all
Diffstat (limited to 'main/opensmtpd')
-rw-r--r-- | main/opensmtpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/opensmtpd/APKBUILD b/main/opensmtpd/APKBUILD index 56f7e0a684..df6de9b2b9 100644 --- a/main/opensmtpd/APKBUILD +++ b/main/opensmtpd/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.9.2p1 pkgrel=0 pkgdesc="secure, reliable, lean, and easy-to configure SMTP server" url="http://www.opensmtpd.org" -arch="x86_64" +arch="all" license="ISC" depends="" depends_dev="" |