Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/omake/
Date: Tue, 27 Sep 2016 14:13:20
Message-Id: 1474985255.0c32447794e37e7b8486ebc0f4d561d35d471d52.aballier@gentoo
1 commit: 0c32447794e37e7b8486ebc0f4d561d35d471d52
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 14:07:35 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 14:07:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c324477
7
8 dev-util/omake: add :0= dep on readline
9
10 Package-Manager: portage-2.3.1
11
12 dev-util/omake/omake-0.9.8.6.0_rc1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index b39cf8b..a6c3539 100644
17 --- a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild
18 +++ b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -19,7 +19,7 @@ IUSE="doc fam ncurses +ocamlopt readline"
26 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
27 ncurses? ( >=sys-libs/ncurses-5.3 )
28 fam? ( virtual/fam )
29 - readline? ( >=sys-libs/readline-4.3 )"
30 + readline? ( >=sys-libs/readline-4.3:0= )"
31 RDEPEND="${DEPEND}"
32
33 S=${WORKDIR}/${PN}-${MY_PV%-*}