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 33B3C15808B for ; Sat, 17 Feb 2024 14:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F77E2A2E; Sat, 17 Feb 2024 14:35:43 +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 E5509E2A2A for ; Sat, 17 Feb 2024 14:35:42 +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 046BC33FEF1 for ; Sat, 17 Feb 2024 14:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C8414D7 for ; Sat, 17 Feb 2024 14:35:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1708180520.767e8ffa5425ec2eaec706a34a3023fca6f80257.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-discovery/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch X-VCS-Directories: dev-libs/intel-metrics-discovery/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 767e8ffa5425ec2eaec706a34a3023fca6f80257 X-VCS-Branch: master Date: Sat, 17 Feb 2024 14:35:38 +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: d7c352b8-04c1-4696-98b0-3112da67793f X-Archives-Hash: d2d50c11e9495f85df4aa156857ff276 commit: 767e8ffa5425ec2eaec706a34a3023fca6f80257 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Feb 17 14:35:20 2024 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 17 14:35:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767e8ffa dev-libs/intel-metrics-discovery: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> .../files/intel-metrics-discovery-1.12.165.1-cflags.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch b/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch deleted file mode 100644 index 9a897543ea41..000000000000 --- a/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -435,7 +435,7 @@ - if ("${BUILD_TYPE}" STREQUAL "release") - add_definitions(-DNDEBUG) - # security compiler flags -- add_definitions(-O2 -D_FORTIFY_SOURCE=2 -Wformat) -+ add_definitions(-Wformat) - elseif ("${BUILD_TYPE}" STREQUAL "release-internal" OR - "${BUILD_TYPE}" STREQUAL "releaseinternal") - add_definitions(-D_RELEASE_INTERNAL)