Skip to content

Commit

Permalink
app-shells/rc: update libedit configure flag #571808
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Jan 15, 2016
1 parent c302fe0 commit be0c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/rc/rc-1.7.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit be0c7f7

Please sign in to comment.