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 /net-libs
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 'net-libs')
-rw-r--r--net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild4
-rw-r--r--net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild1
-rw-r--r--net-libs/libnfsidmap/libnfsidmap-0.27.ebuild1
3 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild b/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
index f75463be4cdb..01c06fadfd32 100644
--- a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
+++ b/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
@@ -29,9 +29,7 @@ PATCHES=(
)
src_configure() {
- econf \
- --disable-dependency-tracking \
- --disable-gtk-doc
+ econf --disable-gtk-doc
}
src_install() {
diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
index 6d17cfa57b38..5e07c50b09ca 100644
--- a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
+++ b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
@@ -31,7 +31,6 @@ src_prepare() {
src_configure() {
econf \
- --disable-dependency-tracking \
$(use_enable static-libs static) \
--enable-all \
$(use_enable ntlm) \
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)
)