diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-10 02:48:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-10 02:48:42 +0000 |
commit | c6f4cfa642e9cbcb114344cc7a8dedf63acab681 (patch) | |
tree | 192da1908084cc98a0f3747c677c8de54fecc41c | |
parent | ad3ee666f05f41261a49c1f772eaf3157cb7121d (diff) | |
download | aports-c6f4cfa642e9cbcb114344cc7a8dedf63acab681.tar.bz2 aports-c6f4cfa642e9cbcb114344cc7a8dedf63acab681.tar.xz |
main/gzip: reconcile checkdepends between adelie-base and alpine-base
-rw-r--r-- | main/gzip/APKBUILD | 2 |
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" |