media-sound/mixxx: fix compilation of live ebuild
authorGerion Entrup <gerion.entrup@flump.de>
Sat, 23 Mar 2019 20:39:33 +0000 (21:39 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 24 Mar 2019 12:56:15 +0000 (13:56 +0100)
SConscript file was moved by upstream.

Closes: https://bugs.gentoo.org/669552
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Closes: https://github.com/gentoo/gentoo/pull/11471
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-sound/mixxx/mixxx-9999.ebuild

index 7de8d9c94349923b3c6584031b86891e14714a17..c3949aa84c2b62841ee9795d2f01f53b2090cbb9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -78,13 +78,12 @@ DEPEND="
 "
 
 PATCHES=(
-       "${FILESDIR}"/${PN}-2.0.0-docs.patch
        "${FILESDIR}"/${PN}-2.2.0-lilv_include_fix.patch
 )
 
 src_prepare() {
        # use multilib compatible directory for plugins
-       sed -i -e "/unix_lib_path =/s/'lib'/'$(get_libdir)'/" src/SConscript || die
+       sed -i -e "/env.Alias('install', docs)/d;"'/unix_lib_path =/!b;n;'"s/'lib'/'$(get_libdir)'/" SConscript || die
 
        default
 }