diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:35:46 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:35:46 +0000 |
commit | c2ae31980c0b92d59d4840d565810ba95ac96dae (patch) | |
tree | c87afba7fc5250bcd71b4ac841757279dc937291 /media-libs/ladspa-cmt | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-c2ae31980c0b92d59d4840d565810ba95ac96dae.tar.gz gentoo-2-c2ae31980c0b92d59d4840d565810ba95ac96dae.tar.bz2 gentoo-2-c2ae31980c0b92d59d4840d565810ba95ac96dae.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r-- | media-libs/ladspa-cmt/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/ladspa-cmt/ChangeLog b/media-libs/ladspa-cmt/ChangeLog index e9817c6fb6bc..8994ac2c5e04 100644 --- a/media-libs/ladspa-cmt/ChangeLog +++ b/media-libs/ladspa-cmt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/ladspa-cmt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.56 2014/05/03 10:11:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.57 2014/06/18 19:35:46 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> ladspa-cmt-1.16-r4.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 03 May 2014; Michał Górny <mgorny@gentoo.org> ladspa-cmt-1.16-r4.ebuild: Fix description, and clean up the Manifest. diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild index 685cf8e82397..d2280594ae94 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.2 2014/05/03 10:11:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.3 2014/06/18 19:35:46 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="" -DEPEND="media-libs/ladspa-sdk[${MULTILIB_USEDEP}]" +DEPEND=">=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]" RDEPEND="" src_prepare() { |