diff options
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild index d399917e251f..d6c8d7ab36f4 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.7-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=6 @@ -58,7 +58,6 @@ src_configure() { # configure needs bash or script bombs out on some null shift, bug #291229 CONFIG_SHELL=${BASH} econf \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_with xmlrpc xmlrpc-c) } |