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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B7F3159C9B for ; Mon, 29 Jul 2024 10:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BECE29FE; Mon, 29 Jul 2024 10:29:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 799B3E29FE for ; Mon, 29 Jul 2024 10:29:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BAA7340836 for ; Mon, 29 Jul 2024 10:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39731E81 for ; Mon, 29 Jul 2024 10:29:46 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722248598.6b408f87ff23729459d059d16cdaa0db9ea479c8.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dnf5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/dnf5/dnf5-5.2.5.0.ebuild X-VCS-Directories: sys-apps/dnf5/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 6b408f87ff23729459d059d16cdaa0db9ea479c8 X-VCS-Branch: dev Date: Mon, 29 Jul 2024 10:29:46 +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: 294c2c2c-2ffb-4385-bb08-7d7c2fbacfac X-Archives-Hash: 069f7adba449778885f412944518a7e4 commit: 6b408f87ff23729459d059d16cdaa0db9ea479c8 Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 29 10:21:58 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jul 29 10:23:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b408f87 sys-apps/dnf5: remove forced -Werror{,=unused-result} Closes: https://bugs.gentoo.org/936870 Signed-off-by: Lucio Sauer posteo.net> sys-apps/dnf5/dnf5-5.2.5.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild index d71c95a77..b82d74f45 100644 --- a/sys-apps/dnf5/dnf5-5.2.5.0.ebuild +++ b/sys-apps/dnf5/dnf5-5.2.5.0.ebuild @@ -54,6 +54,8 @@ src_prepare() { cmake_src_prepare # Replace hardcoded TMPDIR. sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die + # remove -Werror{,=unused-result}; bug 936870 + sed 's/-Werror[^[:space:])]*//' -i CMakeLists.txt || die } src_configure() {