From: David Seifert Date: Sat, 15 Feb 2020 10:01:00 +0000 (+0100) Subject: media-sound/ecasound: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=65fc3ca316707fec221f63fd54e0774bdfbb476b;p=gentoo.git media-sound/ecasound: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild index d7a884894e3c..3e33153f3ddf 100644 --- a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils python-single-r1 +inherit autotools eutils ltprune python-single-r1 DESCRIPTION="a package for multitrack audio processing" HOMEPAGE="https://ecasound.seul.org/ecasound/"