diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild index 55c650d5c2d49..551f043253b4a 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 \