From be0c7f7a2de81e12895c7824d176af4d72de289c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 15 Jan 2016 08:49:39 -0500 Subject: [PATCH] app-shells/rc: update libedit configure flag #571808 --- app-shells/rc/rc-1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \