From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-881543-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2223413825A
	for <garchives@archives.gentoo.org>; Sat, 14 May 2016 23:32:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5730F14281;
	Sat, 14 May 2016 23:32:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CAAC11421E
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 23:32:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 18319340BF4
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 23:32:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A27984
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 23:32:18 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1463268386.149ff0236bf0f68874b1708a50611bd68ddd5204.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gle/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-visualization/gle/gle-4.2.5.ebuild
X-VCS-Directories: sci-visualization/gle/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 149ff0236bf0f68874b1708a50611bd68ddd5204
X-VCS-Branch: master
Date: Sat, 14 May 2016 23:32:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 93a3395a-968d-4fb9-abac-05e517330240
X-Archives-Hash: 008ea492881909aa54bde3efe1233eba

commit:     149ff0236bf0f68874b1708a50611bd68ddd5204
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:26:26 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:26:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149ff023

sci-visualization/gle: Fix QA MissingSlotDep

Package-Manager: portage-2.2.28

 sci-visualization/gle/gle-4.2.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/gle/gle-4.2.5.ebuild b/sci-visualization/gle/gle-4.2.5.ebuild
index 2354c47..ad896d8 100644
--- a/sci-visualization/gle/gle-4.2.5.ebuild
+++ b/sci-visualization/gle/gle-4.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,11 +16,11 @@ IUSE="X qt4 jpeg png tiff doc emacs vim-syntax"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
-	sys-libs/ncurses
+	sys-libs/ncurses:0=
 	X? ( x11-libs/libX11 )
 	qt4? ( dev-qt/qtopengl:4 )
 	jpeg? ( virtual/jpeg:0 )
-	png? ( media-libs/libpng:0 )
+	png? ( media-libs/libpng:0= )
 	tiff? ( media-libs/tiff:0 )
 	doc? ( dev-texlive/texlive-latexextra )
 	emacs? ( virtual/emacs )"