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 A65CF158041 for ; Thu, 21 Mar 2024 23:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 798C9E2A00; Thu, 21 Mar 2024 23:06:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 62B39E2A00 for ; Thu, 21 Mar 2024 23:06:53 +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 9A3B434302B for ; Thu, 21 Mar 2024 23:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E74D15BF for ; Thu, 21 Mar 2024 23:06:47 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711059043.a59cc51f6a74ae65ee0f491a57fc14c468703004.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libglibutil/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch X-VCS-Directories: dev-libs/libglibutil/files/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: a59cc51f6a74ae65ee0f491a57fc14c468703004 X-VCS-Branch: master Date: Thu, 21 Mar 2024 23:06:47 +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: f3ce046a-2dac-441b-8421-4952ba826797 X-Archives-Hash: 3a55c66faa78fce80b2386d300fef311 commit: a59cc51f6a74ae65ee0f491a57fc14c468703004 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Mar 21 18:58:55 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Mar 21 22:10:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59cc51f dev-libs/libglibutil: Remove unnecessary patch lines "strip" here is a makefile command, so isn't related to stripping the binary. Removing these lines breaks the dependency graph. Signed-off-by: Esteve Varela Colominas gmail.com> .../files/libglibutil-1.0.76-respect-env.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch b/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch index 33c8fb9942..40cb815088 100644 --- a/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch +++ b/dev-libs/libglibutil/files/libglibutil-1.0.76-respect-env.patch @@ -29,23 +29,6 @@ index 2b26813..e56d42f 100644 # # Files -@@ -130,11 +130,11 @@ COVERAGE_STATIC_LIB = $(COVERAGE_BUILD_DIR)/$(STATIC_LIB) - # - - DEPS = $(DEBUG_OBJS:%.o=%.d) $(RELEASE_OBJS:%.o=%.d) $(COVERAGE_OBJS:%.o=%.d) --ifneq ($(MAKECMDGOALS),clean) --ifneq ($(strip $(DEPS)),) ---include $(DEPS) --endif --endif -+#ifneq ($(MAKECMDGOALS),clean) -+#ifneq ($(strip $(DEPS)),) -+#-include $(DEPS) -+#endif -+#endif - - $(PKGCONFIG): | $(BUILD_DIR) - $(DEBUG_OBJS) $(DEBUG_LIB) $(DEBUG_STATIC_LIB): | $(DEBUG_BUILD_DIR) @@ -202,7 +202,7 @@ $(DEBUG_LIB): $(DEBUG_OBJS) $(RELEASE_LIB): $(RELEASE_OBJS) $(LD) $(RELEASE_OBJS) $(RELEASE_LDFLAGS) -o $@ $(LIBS)