app-emulation/spice: Delete repo-only Makefile that causes build fail
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 18 Sep 2019 21:43:34 +0000 (22:43 +0100)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 22 Sep 2019 02:29:08 +0000 (21:29 -0500)
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 <chewi@gentoo.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/spice/spice-9999.ebuild

index 62dc9f95d49e21d9f64cb26a87a065d50a0b05de..d4bf02488571e06e1d0185ca61f392adc27e65fd 100644 (file)
@@ -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
 }