From faab3e6a5c2c8885dc802d978d91900e3dba20f3 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 11 Mar 2025 08:03:18 +0100 Subject: [PATCH] dev-lang/crystal: remove unused patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/41011 Signed-off-by: Maciej Barć --- .../files/crystal-1.7.2-extra-spec-flags.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dev-lang/crystal/files/crystal-1.7.2-extra-spec-flags.patch diff --git a/dev-lang/crystal/files/crystal-1.7.2-extra-spec-flags.patch b/dev-lang/crystal/files/crystal-1.7.2-extra-spec-flags.patch deleted file mode 100644 index cc9e21abcbd67..0000000000000 --- a/dev-lang/crystal/files/crystal-1.7.2-extra-spec-flags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -33,7 +33,7 @@ SOURCES := $(shell find src -name '*.cr') - SPEC_SOURCES := $(shell find spec -name '*.cr') - override FLAGS += -D strict_multi_assign -D preview_overload_order $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )$(if $(target),--cross-compile --target $(target) )$(if $(interpreter),,-Dwithout_interpreter ) - SPEC_WARNINGS_OFF := --exclude-warnings spec/std --exclude-warnings spec/compiler --exclude-warnings spec/primitives --SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) )$(if $(order),--order=$(order) ) -+SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) )$(if $(order),--order=$(order) )$(EXTRA_SPEC_FLAGS) - CRYSTAL_CONFIG_LIBRARY_PATH := '$$ORIGIN/../lib/crystal' - CRYSTAL_CONFIG_BUILD_COMMIT := $(shell git rev-parse --short HEAD 2> /dev/null) - CRYSTAL_CONFIG_PATH := '$$ORIGIN/../share/crystal/src'