diff options
author | 2013-01-23 11:52:34 +0000 | |
---|---|---|
committer | 2013-01-23 11:52:34 +0000 | |
commit | be021ac512ebf7950849519f2f845e5e8ab4ed5f (patch) | |
tree | 45cf459373ef3c51573f59ba4978f304da8272a9 /media-sound/abcde | |
parent | Only cdparanoia executable is used. Convert the dependency to || () for libcd... (diff) | |
download | gentoo-2-be021ac512ebf7950849519f2f845e5e8ab4ed5f.tar.gz gentoo-2-be021ac512ebf7950849519f2f845e5e8ab4ed5f.tar.bz2 gentoo-2-be021ac512ebf7950849519f2f845e5e8ab4ed5f.zip |
Only cdparanoia executable is used. Convert the dependency to || () for libcdio-paranoia support.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound/abcde')
-rw-r--r-- | media-sound/abcde/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/abcde/abcde-2.5.4.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/abcde/ChangeLog b/media-sound/abcde/ChangeLog index 4dd8283a9a84..2a9fec099534 100644 --- a/media-sound/abcde/ChangeLog +++ b/media-sound/abcde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/abcde -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.65 2012/11/25 09:32:49 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.66 2013/01/23 11:52:34 ssuominen Exp $ + + 23 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> abcde-2.5.4.ebuild: + Only cdparanoia executable is used. Convert the dependency to || () for + libcdio-paranoia support. 25 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> abcde-2.5.2.ebuild, abcde-2.5.4.ebuild, metadata.xml: diff --git a/media-sound/abcde/abcde-2.5.4.ebuild b/media-sound/abcde/abcde-2.5.4.ebuild index 026ab4e5d187..e4c9a0a779b3 100644 --- a/media-sound/abcde/abcde-2.5.4.ebuild +++ b/media-sound/abcde/abcde-2.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v 1.2 2012/11/25 09:32:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v 1.3 2013/01/23 11:52:34 ssuominen Exp $ EAPI=5 @@ -22,7 +22,9 @@ RDEPEND="media-sound/cd-discid media-libs/faac media-video/atomicparsley ) - cdparanoia? ( media-sound/cdparanoia ) + cdparanoia? ( + || ( dev-libs/libcdio-paranoia media-sound/cdparanoia ) + ) cdr? ( virtual/cdrtools ) flac? ( media-libs/flac ) id3tag? ( |