diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-11-27 11:55:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-11-27 11:55:17 +0000 |
commit | e1ffb1556d213de284eaf389a937d9a1dac11f9b (patch) | |
tree | 0687b2cb774cad12d417ec9d7d9853bf6cc6b002 /media-libs/ladspa-cmt | |
parent | remove old (diff) | |
download | gentoo-2-e1ffb1556d213de284eaf389a937d9a1dac11f9b.tar.gz gentoo-2-e1ffb1556d213de284eaf389a937d9a1dac11f9b.tar.bz2 gentoo-2-e1ffb1556d213de284eaf389a937d9a1dac11f9b.zip |
none of the DEPEND are RDEPEND so set it empty
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r-- | media-libs/ladspa-cmt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/ladspa-cmt/ChangeLog b/media-libs/ladspa-cmt/ChangeLog index ac32f067cc02..7e5cb3ad3a57 100644 --- a/media-libs/ladspa-cmt/ChangeLog +++ b/media-libs/ladspa-cmt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ladspa-cmt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.42 2012/11/27 11:53:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.43 2012/11/27 11:55:17 aballier Exp $ + + 27 Nov 2012; Alexis Ballier <aballier@gentoo.org> ladspa-cmt-1.16.ebuild: + none of the DEPEND are RDEPEND so set it empty 27 Nov 2012; Alexis Ballier <aballier@gentoo.org> -ladspa-cmt-1.15.ebuild, -files/ladspa-cmt-darwin.patch: diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild index e00c14d85239..0bf9bf0e0198 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.ebuild,v 1.13 2012/09/09 17:11:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.14 2012/11/27 11:55:17 aballier Exp $ inherit eutils multilib toolchain-funcs @@ -19,6 +19,7 @@ SLOT="0" DEPEND="media-libs/ladspa-sdk >=sys-apps/sed-4" +RDEPEND="" src_unpack() { unpack ${A} |