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 /sys-auth/fprintd | |
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 'sys-auth/fprintd')
-rw-r--r-- | sys-auth/fprintd/fprintd-0.8.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/fprintd/fprintd-0.8.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild index da760b51d700..9a371cd46221 100644 --- a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild +++ b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ src_prepare() { } src_configure() { - econf --disable-silent-rules \ + econf \ $(use_enable pam) \ $(use_enable static-libs static) \ $(use_enable doc gtk-doc-html) \ diff --git a/sys-auth/fprintd/fprintd-0.8.1.ebuild b/sys-auth/fprintd/fprintd-0.8.1.ebuild index 805e30c92418..f70dff65f81f 100644 --- a/sys-auth/fprintd/fprintd-0.8.1.ebuild +++ b/sys-auth/fprintd/fprintd-0.8.1.ebuild @@ -37,7 +37,7 @@ src_prepare() { } src_configure() { - econf --disable-silent-rules \ + econf \ $(use_enable pam) \ $(use_enable static-libs static) \ $(use_enable doc gtk-doc-html) \ |