Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcdimager/
Date: Wed, 28 Dec 2016 11:58:18
Message-Id: 1482926279.4b3310f118219ba391268a35fb527fbe65d457d7.pacho@gentoo
1 commit: 4b3310f118219ba391268a35fb527fbe65d457d7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 11:32:29 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 11:57:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3310f1
7
8 media-video/vcdimager: Needs to be rebuilt with libcdio subslot bumps
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-video/vcdimager/vcdimager-0.7.24.ebuild | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/media-video/vcdimager/vcdimager-0.7.24.ebuild b/media-video/vcdimager/vcdimager-0.7.24.ebuild
16 index 6049afa..c6657b5 100644
17 --- a/media-video/vcdimager/vcdimager-0.7.24.ebuild
18 +++ b/media-video/vcdimager/vcdimager-0.7.24.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,11 +14,14 @@ SLOT="0"
26 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
27 IUSE="+xml static-libs"
28
29 -RDEPEND=">=dev-libs/libcdio-0.90-r1[-minimal,${MULTILIB_USEDEP}]
30 +RDEPEND="
31 + >=dev-libs/libcdio-0.90-r1:0=[-minimal,${MULTILIB_USEDEP}]
32 dev-libs/popt
33 - xml? ( dev-libs/libxml2 )"
34 + xml? ( dev-libs/libxml2:2 )
35 +"
36 DEPEND="${RDEPEND}
37 - virtual/pkgconfig"
38 + virtual/pkgconfig
39 +"
40
41 DOCS="AUTHORS BUGS ChangeLog FAQ HACKING NEWS README THANKS TODO"