diff options
author | Ralph Seichter <github@seichter.de> | 2019-12-18 22:21:24 +0100 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-27 16:39:31 +0300 |
commit | 6a7cf422ce69cab5e7fbd9c2c0301c24980ab190 (patch) | |
tree | cec25e6c31466e82ac162a318587a44bcd4cca45 /dev-ml/labltk | |
parent | media-plugins/vdr-wirbelscan: version bump (diff) | |
download | gentoo-6a7cf422ce69cab5e7fbd9c2c0301c24980ab190.tar.gz gentoo-6a7cf422ce69cab5e7fbd9c2c0301c24980ab190.tar.bz2 gentoo-6a7cf422ce69cab5e7fbd9c2c0301c24980ab190.zip |
dev-ml/{camlimages,js_of_ocaml,labltk}: Dependency default
dev-lang/ocaml-4.09.0 removes the "X" USE flag.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Ralph Seichter <gentoo@seichter.de>
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-ml/labltk')
-rw-r--r-- | dev-ml/labltk/labltk-8.06.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/labltk/labltk-8.06.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/labltk/labltk-8.06.2.ebuild b/dev-ml/labltk/labltk-8.06.2.ebuild index cc5bfc3e1166..9898bc5fa31a 100644 --- a/dev-ml/labltk/labltk-8.06.2.ebuild +++ b/dev-ml/labltk/labltk-8.06.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linu IUSE="+ocamlopt X" RDEPEND=">=dev-lang/tk-8.0.3:= - >=dev-lang/ocaml-4.04:=[ocamlopt?,X?]" + >=dev-lang/ocaml-4.04:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} >=dev-ml/findlib-1.5.5-r1" diff --git a/dev-ml/labltk/labltk-8.06.3.ebuild b/dev-ml/labltk/labltk-8.06.3.ebuild index 3695e8495ff6..4b18b50e9a4d 100644 --- a/dev-ml/labltk/labltk-8.06.3.ebuild +++ b/dev-ml/labltk/labltk-8.06.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a IUSE="+ocamlopt X" RDEPEND=">=dev-lang/tk-8.0.3:= - >=dev-lang/ocaml-4.04:=[ocamlopt?,X?]" + >=dev-lang/ocaml-4.04:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} >=dev-ml/findlib-1.5.5-r1" |