Skip to content

Commit

Permalink
dev-util/omake: add :0= dep on readline
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
aballier committed Sep 27, 2016
1 parent c0bf152 commit 0c32447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/omake/omake-0.9.8.6.0_rc1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -19,7 +19,7 @@ IUSE="doc fam ncurses +ocamlopt readline"
DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
ncurses? ( >=sys-libs/ncurses-5.3 )
fam? ( virtual/fam )
readline? ( >=sys-libs/readline-4.3 )"
readline? ( >=sys-libs/readline-4.3:0= )"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}-${MY_PV%-*}
Expand Down

0 comments on commit 0c32447

Please sign in to comment.