summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-22 17:42:31 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-22 17:42:31 +0100
commit5e41197efe34dac896151dc6d5731e0835b7841b (patch)
tree04718ce9e1b0899306f5b09bf8dfb844f5655fc7 /media-libs/hamlib
parentdev-lang/php: stable 7.3.15 for sparc, bug #710304 (diff)
downloadgentoo-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 'media-libs/hamlib')
-rw-r--r--media-libs/hamlib/hamlib-3.1.ebuild3
-rw-r--r--media-libs/hamlib/hamlib-3.2.ebuild1
2 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/hamlib/hamlib-3.1.ebuild b/media-libs/hamlib/hamlib-3.1.ebuild
index a7bc3b024dcb..890f0209c90d 100644
--- a/media-libs/hamlib/hamlib-3.1.ebuild
+++ b/media-libs/hamlib/hamlib-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -66,7 +66,6 @@ src_configure() {
$(use_with perl perl-binding)
$(use_with python python-binding)
$(use_with tcl tcl-binding)
- --disable-silent-rules
)
autotools-utils_src_configure
}
diff --git a/media-libs/hamlib/hamlib-3.2.ebuild b/media-libs/hamlib/hamlib-3.2.ebuild
index 351a58259c60..bdbd7a2b584c 100644
--- a/media-libs/hamlib/hamlib-3.2.ebuild
+++ b/media-libs/hamlib/hamlib-3.2.ebuild
@@ -66,7 +66,6 @@ src_configure() {
$(use_with perl perl-binding)
$(use_with python python-binding)
$(use_with tcl tcl-binding)
- --disable-silent-rules
)
autotools-utils_src_configure
}