From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 113441384B4 for ; Fri, 18 Dec 2015 10:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24B921C002; Fri, 18 Dec 2015 10:13:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9948E0897 for ; Fri, 18 Dec 2015 10:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E052534067D for ; Fri, 18 Dec 2015 10:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5EFCE9 for ; Fri, 18 Dec 2015 10:13:52 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1450430694.6cdade11ff83493f5675f17aef3b749c7d30a42f.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/xblast/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/xblast/xblast-2.10.4.ebuild X-VCS-Directories: games-action/xblast/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 6cdade11ff83493f5675f17aef3b749c7d30a42f X-VCS-Branch: master Date: Fri, 18 Dec 2015 10:13:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a36d69a-eb93-43e8-ad0f-1db777b02057 X-Archives-Hash: d10c17963916192d49b8d33690fc941e commit: 6cdade11ff83493f5675f17aef3b749c7d30a42f Author: Michael Sterrett gentoo org> AuthorDate: Fri Dec 18 09:24:54 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Dec 18 09:24:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdade11 add slot dep for media-libs/libpng Package-Manager: portage-2.2.24 games-action/xblast/xblast-2.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild index cc730a3..20dd166 100644 --- a/games-action/xblast/xblast-2.10.4.ebuild +++ b/games-action/xblast/xblast-2.10.4.ebuild @@ -28,7 +28,7 @@ IUSE="" RDEPEND="x11-libs/libICE x11-libs/libX11 - media-libs/libpng" + media-libs/libpng:0" DEPEND="${RDEPEND} x11-libs/libXt"