diff options
Diffstat (limited to 'sys-auth/fprintd/fprintd-0.8.1-r1.ebuild')
-rw-r--r-- | sys-auth/fprintd/fprintd-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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) \ |