e2fsprogs+fatsort: stop breaking masterdir

With diffutils in checkdepends, xbps-src will remove it on do_clean,
which will remove base-chroot.
This commit is contained in:
Đoàn Trần Công Danh 2021-01-01 00:05:28 +07:00
parent 8d29a79c49
commit 7506d86d58
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ configure_args="--enable-elf-shlibs --disable-fsck
make_install_args="install-libs"
hostmakedepends="texinfo pkg-config"
makedepends="libuuid-devel libblkid-devel"
checkdepends="diffutils perl"
checkdepends="perl"
short_desc="Ext2/3/4 Filesystem Utilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"

View file

@ -5,7 +5,7 @@ revision=1
build_style=gnu-makefile
make_check_target=tests
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
checkdepends="xz dosfstools diffutils valgrind"
checkdepends="xz dosfstools valgrind"
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-2.0-or-later"