From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03C82158086 for ; Wed, 17 Nov 2021 06:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE5AE07E2; Wed, 17 Nov 2021 06:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEDE8E07E2 for ; Wed, 17 Nov 2021 06:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45E93342C05 for ; Wed, 17 Nov 2021 06:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D68143 for ; Wed, 17 Nov 2021 06:29:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1637130515.cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-4.0.8-r1.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04 X-VCS-Branch: master Date: Wed, 17 Nov 2021 06:29:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 235a77b9-aa79-4e76-8343-173398dc13d2 X-Archives-Hash: bb126801d4213f66fd00cf6f8f7624e1 commit: cc4a9cd6ac42aa66f6bd0401c07cf8458d1c9b04 Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 17 06:28:35 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 17 06:28:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4a9cd6 app-emulation/lxd: disable -werror on 4.0.8 too Signed-off-by: Joonas Niilola gentoo.org> app-emulation/lxd/lxd-4.0.8-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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