summaryrefslogtreecommitdiff
path: root/app-shells/rc/rc-1.7.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/rc/rc-1.7.4-r1.ebuild')
-rw-r--r--app-shells/rc/rc-1.7.4-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild
index 9e73cae38eae..473941979124 100644
--- a/app-shells/rc/rc-1.7.4-r1.ebuild
+++ b/app-shells/rc/rc-1.7.4-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
@@ -23,9 +23,7 @@ src_configure() {
use readline && myconf="--with-edit=readline"
use libedit && myconf="--with-edit=edit"
- econf \
- --disable-dependency-tracking \
- "${myconf}"
+ econf "${myconf}"
}
src_install() {