summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/rc/rc-1.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild
index 55c650d5c2d4..551f043253b4 100644
--- a/app-shells/rc/rc-1.7.4.ebuild
+++ b/app-shells/rc/rc-1.7.4.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}"
src_configure() {
local myconf="--with-history"
use readline && myconf="--with-edit=readline"
- use libedit && myconf="--with-edit=editline"
+ use libedit && myconf="--with-edit=edit"
econf \
--disable-dependency-tracking \