projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29983ac
)
app-emulation/spice: Delete repo-only Makefile that causes build fail
author
James Le Cuirot
<chewi@gentoo.org>
Wed, 18 Sep 2019 21:43:34 +0000
(22:43 +0100)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/app-emulation/spice/spice-9999.ebuild
b/app-emulation/spice/spice-9999.ebuild
index 62dc9f95d49e21d9f64cb26a87a065d50a0b05de..d4bf02488571e06e1d0185ca61f392adc27e65fd 100644
(file)
--- 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
}