diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
commit | 5e41197efe34dac896151dc6d5731e0835b7841b (patch) | |
tree | 04718ce9e1b0899306f5b09bf8dfb844f5655fc7 /dev-libs/libnl | |
parent | dev-lang/php: stable 7.3.15 for sparc, bug #710304 (diff) | |
download | gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.gz gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.bz2 gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.zip |
*/*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}
Closes: https://github.com/gentoo/gentoo/pull/14738
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.4.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.5.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-99999999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild index 04fc2e4dabe6..5d321fe6abf3 100644 --- a/dev-libs/libnl/libnl-3.4.0.ebuild +++ b/dev-libs/libnl/libnl-3.4.0.ebuild @@ -74,8 +74,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 28138672f5b2..be977647afa1 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -75,8 +75,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index 9a6a52092d76..bbdb3529b765 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -69,8 +69,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { |