From: Miroslav Šulc Date: Sat, 14 Dec 2019 16:53:34 +0000 (+0100) Subject: media-libs/slv2-0.6.6-r2: fixed configuration against new lv2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bf87b2e25696d2ca45783c028a14a207c1b0112;p=gentoo.git media-libs/slv2-0.6.6-r2: fixed configuration against new lv2 >=media-libs/lv2-1.16.0 changed name from lv2core.pc to lv2.pc which breaks the compilation. did not find a way how to check one pkg or another one in the wscript so doing the check and patching in the ebuild Closes: https://bugs.gentoo.org/702912 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Miroslav Šulc --- diff --git a/media-libs/slv2/slv2-0.6.6-r2.ebuild b/media-libs/slv2/slv2-0.6.6-r2.ebuild index a2d0bf16a6d1..39c9070abce8 100644 --- a/media-libs/slv2/slv2-0.6.6-r2.ebuild +++ b/media-libs/slv2/slv2-0.6.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,6 +27,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/ldconfig.patch epatch "${FILESDIR}"/${P}-raptor2-link.patch + + has_version ">=media-libs/lv2-1.16.0" && (sed -i "s/lv2core/lv2/" wscript || die "Failed to fix lv2") } src_configure() {