Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
Date: Thu, 02 Feb 2017 11:39:22
Message-Id: 1486035547.59bc7cc2ed454d706c0584463dd5042610c6354f.kensington@gentoo
1 commit: 59bc7cc2ed454d706c0584463dd5042610c6354f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 11:38:55 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 11:39:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bc7cc2
7
8 media-libs/zvbi: pin media-libs/libpng to SLOT 0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
16 index 0a275cc..c7edcbb 100644
17 --- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
18 +++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,7 @@ SLOT="0"
26 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
27 IUSE="doc dvb nls static-libs v4l X"
28
29 -RDEPEND=">=media-libs/libpng-1.5.18[${MULTILIB_USEDEP}]
30 +RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
31 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
32 nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
33 X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"