dev-ml/gd4o: add missing slot deps on libs jpeg and png
authorAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 15:31:01 +0000 (16:31 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 15:31:01 +0000 (16:31 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ml/gd4o/gd4o-1.0_alpha5.ebuild

index d1d69369a992c1bee8379f1a1d8aaf5c5c7a08fd..81b0ad4c198dcdce2fe691211c28a05a2b97a91d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,9 @@ IUSE="doc +ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
        media-libs/gd
-       virtual/jpeg
+       virtual/jpeg:0
        sys-libs/zlib
-       media-libs/libpng
+       media-libs/libpng:0=
        media-libs/freetype:2"
 RDEPEND="${DEPEND}"