Skip to content

Commit

Permalink
dev-ml/{camlimages,js_of_ocaml,labltk}: Dependency default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
rseichter authored and Zlogene committed Dec 27, 2019
1 parent 8ca5f28 commit 6a7cf42
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dev-ml/camlimages/camlimages-4.2.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ppc x86"
IUSE="exif gif gtk jpeg png postscript tiff truetype X xpm"

RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
RDEPEND=">=dev-lang/ocaml-3.10.2:=[X(+)?,ocamlopt]
exif? ( media-libs/libexif )
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/camlimages/camlimages-4.2.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="exif gif gtk jpeg png postscript tiff truetype X xpm"

RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
RDEPEND=">=dev-lang/ocaml-3.10.2:=[X(+)?,ocamlopt]
exif? ( media-libs/libexif )
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/camlimages/camlimages-4.2.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="exif gif gtk jpeg png postscript tiff truetype X xpm"

RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
RDEPEND=">=dev-lang/ocaml-3.10.2:=[X(+)?,ocamlopt]
exif? ( media-libs/libexif )
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -23,7 +23,7 @@ SLOT="0/${PV}"
IUSE="+ocamlopt doc +deriving +ppx +react +xml X"

RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
>=dev-lang/ocaml-3.12:=[ocamlopt?,X(+)?]
>=dev-ml/lwt-2.4.4:=[camlp4(+)]
react? ( dev-ml/react:= dev-ml/reactiveData:= )
xml? ( >=dev-ml/tyxml-4:= )
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/labltk/labltk-8.06.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions dev-ml/labltk/labltk-8.06.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 6a7cf42

Please sign in to comment.