summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-09-18 22:43:34 +0100
committerMatthias Maier <tamiko@gentoo.org>2019-09-21 21:29:08 -0500
commit9463341887cd9251b90ff5441f4c047ece40c5a1 (patch)
tree90a2ee587de203714e6a9909e590d7107a4d4dc6
parentapp-emulation/spice: Move some dependencies into BDEPEND for EAPI 7 (diff)
downloadgentoo-9463341887cd9251b90ff5441f4c047ece40c5a1.tar.gz
gentoo-9463341887cd9251b90ff5441f4c047ece40c5a1.tar.bz2
gentoo-9463341887cd9251b90ff5441f4c047ece40c5a1.zip
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 <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--app-emulation/spice/spice-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
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
}