aboutsummaryrefslogtreecommitdiffstats
path: root/community/wiringpi/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-04-11 11:47:54 +0000
committerTimo Teräs <timo.teras@iki.fi>2019-04-11 14:48:51 +0300
commita0a82cc2e23c39afb1422c91cd361a2c4396ad77 (patch)
tree38c95fbb3f155ca7e74eb3cc427503b99e24240f /community/wiringpi/APKBUILD
parentf83a1e0c9ac50ce2c30cef85d589b1424ef36507 (diff)
downloadaports-a0a82cc2e23c39afb1422c91cd361a2c4396ad77.tar.bz2
aports-a0a82cc2e23c39afb1422c91cd361a2c4396ad77.tar.xz
community/wiringpi: enable on aarch64
aarch64 works on rpi3 so this makes sense
Diffstat (limited to 'community/wiringpi/APKBUILD')
-rw-r--r--community/wiringpi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wiringpi/APKBUILD b/community/wiringpi/APKBUILD
index 327b1609c4..66bcc73636 100644
--- a/community/wiringpi/APKBUILD
+++ b/community/wiringpi/APKBUILD
@@ -5,7 +5,7 @@ _commitid=8d188fa
pkgrel=2
pkgdesc="command line interface for Raspberry Pi gpio"
url="http://wiringpi.com/the-gpio-utility/"
-arch="armhf armv7"
+arch="aarch64 armhf armv7"
license="LGPL-3.0"
options="!check" # no testsuite
depends=""