diff options
Diffstat (limited to 'media-video/shrip')
-rw-r--r-- | media-video/shrip/shrip-0.6.0-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-video/shrip/shrip-0.6.0-r1.ebuild b/media-video/shrip/shrip-0.6.0-r1.ebuild index cfc6ffb404a2..cb6f7bbf2b01 100644 --- a/media-video/shrip/shrip-0.6.0-r1.ebuild +++ b/media-video/shrip/shrip-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,9 +27,7 @@ src_prepare() { } src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable nls) + econf $(use_enable nls) } src_install() { |