diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-08-30 20:56:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 19:05:25 -0300 |
commit | c085bea2e4155db3b3720481b93addffbefa30d3 (patch) | |
tree | 7c72c580a4147fdc9e6c269b8786583ef763738f /testing | |
parent | 9fa113878450d1d875598b8758d6573ea3d1c7e9 (diff) | |
download | aports-c085bea2e4155db3b3720481b93addffbefa30d3.tar.bz2 aports-c085bea2e4155db3b3720481b93addffbefa30d3.tar.xz |
testing/watchexec: enable on arches supported by rust >= 1.37.0-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/watchexec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/watchexec/APKBUILD b/testing/watchexec/APKBUILD index 64b6c93568..94161d5e21 100644 --- a/testing/watchexec/APKBUILD +++ b/testing/watchexec/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.10.3 pkgrel=0 pkgdesc='Executes commands in response to file modifications' url='https://github.com/watchexec/watchexec' -arch='x86_64' # limited by rust/cargo +arch='x86_64 x86 armhf armv7 aarch64 ppc64le' # limited by rust/cargo license='Apache-2.0' makedepends='cargo' subpackages="$pkgname-doc" |