diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-21 22:22:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-21 22:22:15 +0000 |
commit | c39b566869c39cb8a208e0dba3953ac3b27294d0 (patch) | |
tree | 77e99e64b39d5894e6fb893d57287c73d4a37924 /media-libs/slv2 | |
parent | allow media-libs/lv2 in addition of lv2core+lv2-ui (diff) | |
download | gentoo-2-c39b566869c39cb8a208e0dba3953ac3b27294d0.tar.gz gentoo-2-c39b566869c39cb8a208e0dba3953ac3b27294d0.tar.bz2 gentoo-2-c39b566869c39cb8a208e0dba3953ac3b27294d0.zip |
allow media-libs/lv2 in addition to lv2core
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/slv2')
-rw-r--r-- | media-libs/slv2/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/slv2/slv2-0.6.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/slv2/ChangeLog b/media-libs/slv2/ChangeLog index 0854855a81ab..e2590a5925b6 100644 --- a/media-libs/slv2/ChangeLog +++ b/media-libs/slv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/slv2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.18 2009/11/07 18:07:34 volkmar Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.19 2012/04/21 22:22:15 aballier Exp $ + + 21 Apr 2012; Alexis Ballier <aballier@gentoo.org> slv2-0.6.6.ebuild: + allow media-libs/lv2 in addition to lv2core 07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> slv2-0.6.6.ebuild: Keywording for ppc, bug 282006 diff --git a/media-libs/slv2/slv2-0.6.6.ebuild b/media-libs/slv2/slv2-0.6.6.ebuild index 2a1cd1381003..c4fdfcbe87cf 100644 --- a/media-libs/slv2/slv2-0.6.6.ebuild +++ b/media-libs/slv2/slv2-0.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.3 2009/11/07 18:07:34 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6.ebuild,v 1.4 2012/04/21 22:22:15 aballier Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="doc jack" RDEPEND=">=dev-libs/redland-1.0.6 jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 ) - media-libs/lv2core" + || ( media-libs/lv2 media-libs/lv2core )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-util/pkgconfig" |