summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-11-17 08:28:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-11-17 08:28:35 +0200
commitcc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04 (patch)
treee4e62dfbbccdefa8f0377772e03e0b506ec45b52 /app-emulation/lxd
parentnet-misc/yt-dlp: Keyword 2021.11.10.1-r1 ppc64, #820815 (diff)
downloadgentoo-cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04.tar.gz
gentoo-cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04.tar.bz2
gentoo-cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04.zip
app-emulation/lxd: disable -werror on 4.0.8 too
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r--app-emulation/lxd/lxd-4.0.8-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/lxd/lxd-4.0.8-r1.ebuild b/app-emulation/lxd/lxd-4.0.8-r1.ebuild
index feceaec92267..e76b0eeabfea 100644
--- a/app-emulation/lxd/lxd-4.0.8-r1.ebuild
+++ b/app-emulation/lxd/lxd-4.0.8-r1.ebuild
@@ -73,7 +73,8 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
# make: *** [Makefile:156: check] Error 1
RESTRICT="test"
-PATCHES=( "${FILESDIR}"/lxd-4.0.8-btrfs-progs-5.14-safety-check-fix.patch )
+PATCHES=( "${FILESDIR}"/lxd-4.0.8-btrfs-progs-5.14-safety-check-fix.patch
+ "${FILESDIR}"/lxd-4.0.7-no-werror.patch )
src_prepare() {
default