From 5e41197efe34dac896151dc6d5731e0835b7841b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 22 Feb 2020 17:42:31 +0100 Subject: */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules} Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert --- net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'net-libs/libnfsidmap') diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild index 8f25d649878f..6e45de21adec 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild @@ -38,7 +38,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable static-libs static) $(use_enable ldap) ) -- cgit v1.2.3-65-gdbad