commit:     be0c7f7a2de81e12895c7824d176af4d72de289c
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 13:49:39 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 14:09:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0c7f7a

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 55c650d..551f043 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 \

Reply via email to