summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-27 16:07:35 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-27 16:07:35 +0200
commit0c32447794e37e7b8486ebc0f4d561d35d471d52 (patch)
tree7623cf48fab4e01f2e29b2f2189a31d2ee56a6a6 /dev-util/omake
parentmedia-sound/jack-audio-connection-kit: add :0= dep on readline (diff)
downloadgentoo-0c32447794e37e7b8486ebc0f4d561d35d471d52.tar.gz
gentoo-0c32447794e37e7b8486ebc0f4d561d35d471d52.tar.bz2
gentoo-0c32447794e37e7b8486ebc0f4d561d35d471d52.zip
dev-util/omake: add :0= dep on readline
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-util/omake')
-rw-r--r--dev-util/omake/omake-0.9.8.6.0_rc1.ebuild4
1 files 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 b39cf8b8b7bd..a6c35397d146 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%-*}