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 364B0139085 for ; Wed, 28 Dec 2016 11:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F440E0C1D; Wed, 28 Dec 2016 11:58:17 +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 5EF74E0C1D for ; Wed, 28 Dec 2016 11:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 929193413C3 for ; Wed, 28 Dec 2016 11:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32B0F4A8 for ; Wed, 28 Dec 2016 11:58:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1482926279.4b3310f118219ba391268a35fb527fbe65d457d7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcdimager/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vcdimager/vcdimager-0.7.24.ebuild X-VCS-Directories: media-video/vcdimager/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4b3310f118219ba391268a35fb527fbe65d457d7 X-VCS-Branch: master Date: Wed, 28 Dec 2016 11:58:15 +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: 445591e8-9dfc-4052-aab2-fabf0561f401 X-Archives-Hash: 4cd4111ef76111e9fe585b6ee7aeff04 commit: 4b3310f118219ba391268a35fb527fbe65d457d7 Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 28 11:32:29 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 28 11:57:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3310f1 media-video/vcdimager: Needs to be rebuilt with libcdio subslot bumps Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/vcdimager/vcdimager-0.7.24.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-video/vcdimager/vcdimager-0.7.24.ebuild b/media-video/vcdimager/vcdimager-0.7.24.ebuild index 6049afa..c6657b5 100644 --- a/media-video/vcdimager/vcdimager-0.7.24.ebuild +++ b/media-video/vcdimager/vcdimager-0.7.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,11 +14,14 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+xml static-libs" -RDEPEND=">=dev-libs/libcdio-0.90-r1[-minimal,${MULTILIB_USEDEP}] +RDEPEND=" + >=dev-libs/libcdio-0.90-r1:0=[-minimal,${MULTILIB_USEDEP}] dev-libs/popt - xml? ( dev-libs/libxml2 )" + xml? ( dev-libs/libxml2:2 ) +" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" DOCS="AUTHORS BUGS ChangeLog FAQ HACKING NEWS README THANKS TODO"