diff options
Diffstat (limited to 'app-misc/slmon/slmon-0.5.13.ebuild')
-rw-r--r-- | app-misc/slmon/slmon-0.5.13.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-misc/slmon/slmon-0.5.13.ebuild b/app-misc/slmon/slmon-0.5.13.ebuild index d6edcbdd9074..2a3c8e65ff9b 100644 --- a/app-misc/slmon/slmon-0.5.13.ebuild +++ b/app-misc/slmon/slmon-0.5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,9 +29,7 @@ src_prepare() { } src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable debug) + econf $(use_enable debug) } src_install() { |