diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-10-10 01:01:30 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-10-10 01:01:30 +0000 |
commit | 9c5e7666da261ca846e4e0998d4bd9eec890de08 (patch) | |
tree | 307ae5f42e69d133675368ffa0d9db87c5a8e470 /user/fuse3/APKBUILD | |
parent | 6ca0a041635024e7f1263b8835a311f3e492174e (diff) | |
parent | 82a8a2392eff0a447310f598e6487b27e727bf46 (diff) | |
download | packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.gz packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.bz2 packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.xz packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.zip |
Merge branch 'which-provides' into 'master'
Fix cmd:which
Adding GNU which broke autoselection when `cmd:which` was used in APKBUILDs.
Fix by correcting the `provider_priority` typo in `system/debianutils`, add one
to `user/which`, and fix all of the recently added packages to use `cmd:which`
instead of a specific one.
In order for this to work correctly, the old versions of `debianutils-which`
and `which` may need to be purged from the mirrors.
See merge request !65
Diffstat (limited to 'user/fuse3/APKBUILD')
-rw-r--r-- | user/fuse3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/fuse3/APKBUILD b/user/fuse3/APKBUILD index dd03d34e2..dc049071d 100644 --- a/user/fuse3/APKBUILD +++ b/user/fuse3/APKBUILD @@ -12,7 +12,7 @@ license="GPL-2.0-only AND LGPL-2.1-only AND BSD-2-Clause" depends="fuse-common" makedepends="linux-headers meson eudev-dev python3 py3-six py3-pluggy py3-attrs py3-py" -#checkdepends="py3-pytest debianutils-which" +#checkdepends="py3-pytest cmd:which" subpackages="$pkgname-dev $pkgname-doc $_pkgname-common:common:noarch $_pkgname-openrc:openrc:noarch" source="https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz |