diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-12-13 09:55:34 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-01-09 16:34:35 -0500 |
commit | fba13345a93bd4ce6ee37db672b70209672aaa9d (patch) | |
tree | 7dbb44daf67d165b66e7a8c2383aa4c6b47417f5 /media-video/vcdimager | |
parent | app-editors/neovim: Bump version to 0.3.2 (diff) | |
download | gentoo-fba13345a93bd4ce6ee37db672b70209672aaa9d.tar.gz gentoo-fba13345a93bd4ce6ee37db672b70209672aaa9d.tar.bz2 gentoo-fba13345a93bd4ce6ee37db672b70209672aaa9d.zip |
media-video/vcdimager: 0.7.24 depends on <dev-libs/libcdio-1.0
Closes: https://bugs.gentoo.org/672356
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video/vcdimager')
-rw-r--r-- | media-video/vcdimager/vcdimager-0.7.24.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/vcdimager/vcdimager-0.7.24.ebuild b/media-video/vcdimager/vcdimager-0.7.24.ebuild index 7b2ce51b663b..5eece94aa347 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ IUSE="+xml static-libs" RDEPEND=" >=dev-libs/libcdio-0.90-r1:0=[-minimal,${MULTILIB_USEDEP}] + <dev-libs/libcdio-1.0 dev-libs/popt xml? ( dev-libs/libxml2:2 ) " |