summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-20 16:31:01 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-20 16:31:01 +0100
commit262bf46336466a184b328b22907ac111dfd9110f (patch)
treecc227b74af716d2d09c4f9fe77484a06421bfe27 /dev-ml/gd4o
parenteclass/oasis.eclass: Drop compat for non-split ocamlbuild now that ocaml vers... (diff)
downloadgentoo-262bf46336466a184b328b22907ac111dfd9110f.tar.gz
gentoo-262bf46336466a184b328b22907ac111dfd9110f.tar.bz2
gentoo-262bf46336466a184b328b22907ac111dfd9110f.zip
dev-ml/gd4o: add missing slot deps on libs jpeg and png
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/gd4o')
-rw-r--r--dev-ml/gd4o/gd4o-1.0_alpha5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/gd4o/gd4o-1.0_alpha5.ebuild b/dev-ml/gd4o/gd4o-1.0_alpha5.ebuild
index d1d69369a992..81b0ad4c198d 100644
--- a/dev-ml/gd4o/gd4o-1.0_alpha5.ebuild
+++ b/dev-ml/gd4o/gd4o-1.0_alpha5.ebuild
@@ -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}"