commit:     730dc3c850345c152a1e2fd67639ad48a21eaedf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 22:44:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:33:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730dc3c8

media-plugins/swh-lv2: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/swh-lv2/swh-lv2-1.0.16.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-plugins/swh-lv2/swh-lv2-1.0.16.ebuild 
b/media-plugins/swh-lv2/swh-lv2-1.0.16.ebuild
index c134ba72c5e5..ba17914fd5c8 100644
--- a/media-plugins/swh-lv2/swh-lv2-1.0.16.ebuild
+++ b/media-plugins/swh-lv2/swh-lv2-1.0.16.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="Large collection of LV2 audio plugins/effects"
 HOMEPAGE="http://plugin.org.uk/";
 SRC_URI="https://github.com/swh/lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/lv2-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}
-       dev-libs/libxslt
+RDEPEND="sci-libs/fftw:3.0="
+DEPEND="${RDEPEND}"
+BDEPEND="dev-libs/libxslt
        virtual/pkgconfig"
 
-S="${WORKDIR}/lv2-${PV}"
-
 src_prepare() {
        sed -e 's:-O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops::g' 
\
                -i Makefile || die
@@ -27,7 +26,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake CC=$(tc-getCC)
+       emake CC="$(tc-getCC)"
 }
 
 src_install() {

Reply via email to