From: James Le Cuirot Date: Wed, 18 Sep 2019 21:43:34 +0000 (+0100) Subject: app-emulation/spice: Delete repo-only Makefile that causes build fail X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9463341887cd9251b90ff5441f4c047ece40c5a1;p=gentoo.git app-emulation/spice: Delete repo-only Makefile that causes build fail The Makefile sets LC_ALL=C, which breaks the docs build. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot Signed-off-by: Matthias Maier --- diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 62dc9f95d49e..d4bf02488571 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -55,6 +55,10 @@ pkg_setup() { src_prepare() { default + # Delete repo-only Makefile that causes build to fail. + # https://gitlab.freedesktop.org/spice/spice/issues/35 + rm GNUmakefile || die + eautoreconf }