diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-28 12:32:29 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-28 12:57:59 +0100 |
commit | 4b3310f118219ba391268a35fb527fbe65d457d7 (patch) | |
tree | ed9682253d84173de5db9ae3cfa3f176e2d22160 /media-video/vcdimager | |
parent | dev-perl/File-DirWalk: Version bump. Tests still fail. (diff) | |
download | gentoo-4b3310f118219ba391268a35fb527fbe65d457d7.tar.gz gentoo-4b3310f118219ba391268a35fb527fbe65d457d7.tar.bz2 gentoo-4b3310f118219ba391268a35fb527fbe65d457d7.zip |
media-video/vcdimager: Needs to be rebuilt with libcdio subslot bumps
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/vcdimager')
-rw-r--r-- | media-video/vcdimager/vcdimager-0.7.24.ebuild | 11 |
1 files 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 6049afa7ccf7..c6657b5c19c8 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" |