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 --- media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'media-plugins') diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild index 7c9219066f0b..88acf6e44d88 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -59,8 +59,7 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse sse) \ $(use_enable cpu_flags_x86_3dnow 3dnow) \ $(use_enable nls) \ - --enable-fast-install \ - --disable-dependency-tracking + --enable-fast-install } pkg_postinst() { -- cgit v1.2.3-65-gdbad