aboutsummaryrefslogtreecommitdiffstats
path: root/main/gzip
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-02-10 02:48:42 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-10 02:48:42 +0000
commitc6f4cfa642e9cbcb114344cc7a8dedf63acab681 (patch)
tree192da1908084cc98a0f3747c677c8de54fecc41c /main/gzip
parentad3ee666f05f41261a49c1f772eaf3157cb7121d (diff)
downloadaports-c6f4cfa642e9cbcb114344cc7a8dedf63acab681.tar.bz2
aports-c6f4cfa642e9cbcb114344cc7a8dedf63acab681.tar.xz
main/gzip: reconcile checkdepends between adelie-base and alpine-base
Diffstat (limited to 'main/gzip')
-rw-r--r--main/gzip/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD
index 54f17c1705..aa4bb193d0 100644
--- a/main/gzip/APKBUILD
+++ b/main/gzip/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="GPL-2.0"
depends=
makedepends=
-checkdepends="less"
+checkdepends="perl coreutils diffutils less"
install=
source="http://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz"