From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E1C2139085 for ; Thu, 2 Feb 2017 11:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5AD4E0DE2; Thu, 2 Feb 2017 11:39:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B3836E0DE1 for ; Thu, 2 Feb 2017 11:39:21 +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 A522E340C9D for ; Thu, 2 Feb 2017 11:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9832B3D9B for ; Thu, 2 Feb 2017 11:39:17 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1486035547.59bc7cc2ed454d706c0584463dd5042610c6354f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zvbi/zvbi-0.2.35-r1.ebuild X-VCS-Directories: media-libs/zvbi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 59bc7cc2ed454d706c0584463dd5042610c6354f X-VCS-Branch: master Date: Thu, 2 Feb 2017 11:39:17 +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: 329786b2-db3d-44d2-b456-d4fb1870f145 X-Archives-Hash: a07d4f2f505d401e0a6cd9a638d02fa0 commit: 59bc7cc2ed454d706c0584463dd5042610c6354f Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 2 11:38:55 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 2 11:39:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bc7cc2 media-libs/zvbi: pin media-libs/libpng to SLOT 0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild index 0a275cc..c7edcbb 100644 --- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild +++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc dvb nls static-libs v4l X" -RDEPEND=">=media-libs/libpng-1.5.18[${MULTILIB_USEDEP}] +RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"