commit: 0c32447794e37e7b8486ebc0f4d561d35d471d52 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Sep 27 14:07:35 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Sep 27 14:07:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c324477
dev-util/omake: add :0= dep on readline Package-Manager: portage-2.3.1 dev-util/omake/omake-0.9.8.6.0_rc1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild index b39cf8b..a6c3539 100644 --- a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild +++ b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild @@ -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$ @@ -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%-*}