From 5e41197efe34dac896151dc6d5731e0835b7841b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 22 Feb 2020 17:42:31 +0100 Subject: */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules} Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert --- app-text/robodoc/robodoc-4.99.43.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app-text/robodoc') diff --git a/app-text/robodoc/robodoc-4.99.43.ebuild b/app-text/robodoc/robodoc-4.99.43.ebuild index e539d2a3d151..2055ffdc5a0a 100644 --- a/app-text/robodoc/robodoc-4.99.43.ebuild +++ b/app-text/robodoc/robodoc-4.99.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,12 +15,6 @@ IUSE="examples" RDEPEND=">=dev-util/ctags-5.3.1" DEPEND="${RDEPEND}" -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - --disable-dependency-tracking -} - src_install() { default -- cgit v1.2.3-65-gdbad