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 706F015801B for ; Fri, 7 Apr 2023 20:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83136E086D; Fri, 7 Apr 2023 20:06:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6EDAFE086D for ; Fri, 7 Apr 2023 20:06:27 +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 A6127335DC5 for ; Fri, 7 Apr 2023 20:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548E7A1F for ; Fri, 7 Apr 2023 20:06:24 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1680897943.ac650ffd409003694733d9f1ff003c15a219c9b9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/files/util-linux-2.39_rc1-test-build.patch X-VCS-Directories: sys-apps/util-linux/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ac650ffd409003694733d9f1ff003c15a219c9b9 X-VCS-Branch: master Date: Fri, 7 Apr 2023 20:06:24 +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: ba6c80bb-70df-4e79-b06b-a95eab6da577 X-Archives-Hash: 3e2bbd4116690ab0917a6e44ca93559d commit: ac650ffd409003694733d9f1ff003c15a219c9b9 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Apr 6 16:24:27 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Apr 7 20:05:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac650ffd sys-apps/util-linux: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30501 Signed-off-by: Conrad Kostecki gentoo.org> .../files/util-linux-2.39_rc1-test-build.patch | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/sys-apps/util-linux/files/util-linux-2.39_rc1-test-build.patch b/sys-apps/util-linux/files/util-linux-2.39_rc1-test-build.patch deleted file mode 100644 index 5fdb5a51bb9e..000000000000 --- a/sys-apps/util-linux/files/util-linux-2.39_rc1-test-build.patch +++ /dev/null @@ -1,33 +0,0 @@ -https://github.com/util-linux/util-linux/issues/2119 -https://github.com/util-linux/util-linux/commit/bccae5d85831c4cfa6b5d147acec739bd3c148b9 - -From bccae5d85831c4cfa6b5d147acec739bd3c148b9 Mon Sep 17 00:00:00 2001 -From: Karel Zak -Date: Fri, 17 Mar 2023 13:11:50 +0100 -Subject: [PATCH] build-sys: fix libblkid fuzz sample test if-endif - -All tests have to be covered by BUILD_LIBBLKID_TESTS otherwise -proper CFLAGS ($blkid_tests_cflags) are undefined. - -Fixes: https://github.com/util-linux/util-linux/issues/2119 -Signed-off-by: Karel Zak ---- a/libblkid/src/Makemodule.am -+++ b/libblkid/src/Makemodule.am -@@ -224,8 +224,6 @@ test_blkid_fuzz_LDFLAGS = $(blkid_tests_ldflags) -lpthread - test_blkid_fuzz_LDADD = $(blkid_tests_ldadd) $(LIB_FUZZING_ENGINE) - endif - --endif # BUILD_LIBBLKID_TESTS -- - check_PROGRAMS += test_blkid_fuzz_sample - - test_blkid_fuzz_sample_SOURCES = libblkid/src/fuzz.c -@@ -234,6 +232,7 @@ test_blkid_fuzz_sample_CFLAGS = $(blkid_tests_cflags) - test_blkid_fuzz_sample_LDFLAGS = $(blkid_tests_ldflags) - test_blkid_fuzz_sample_LDADD = $(blkid_tests_ldadd) - -+endif # BUILD_LIBBLKID_TESTS - - # move lib from $(usrlib_execdir) to $(libdir) if needed - install-exec-hook-libblkid: -