commit: 262bf46336466a184b328b22907ac111dfd9110f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:31:01 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:31:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262bf463
dev-ml/gd4o: add missing slot deps on libs jpeg and png
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/gd4o/gd4o-1.0_alpha5.ebuild | 6 +++---
1 file 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 d1d69369a9..81b0ad4c19 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}"