From 7506d86d5866cffcbcea9f6a7edbd6ca308a93a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 1 Jan 2021 00:05:28 +0700 Subject: [PATCH] e2fsprogs+fatsort: stop breaking masterdir With diffutils in checkdepends, xbps-src will remove it on do_clean, which will remove base-chroot. --- srcpkgs/e2fsprogs/template | 2 +- srcpkgs/fatsort/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/e2fsprogs/template b/srcpkgs/e2fsprogs/template index 5dfcd9d51a3..c301f23ab6c 100644 --- a/srcpkgs/e2fsprogs/template +++ b/srcpkgs/e2fsprogs/template @@ -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 " license="GPL-2.0-or-later, LGPL-2.1-or-later" diff --git a/srcpkgs/fatsort/template b/srcpkgs/fatsort/template index a31c5f1d9a5..5cba67f8dfe 100644 --- a/srcpkgs/fatsort/template +++ b/srcpkgs/fatsort/template @@ -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 " license="GPL-2.0-or-later"