commit: ba803cdeb2dbfbbcbacbcdf79dfe1011019780f3
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 4 18:18:49 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Thu Dec 4 18:25:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba803cde
dev-util/gitlab-ci-linter: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
.../files/gitlab-ci-linter-no-strip.patch | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
b/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
deleted file mode 100644
index 95bb444ddc73..000000000000
--- a/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 87b1456..832a1e1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -56,9 +56,7 @@ BUILDTIME?=$(shell date +%FT%T%z)
-
- MAIN_PACKAGE_PATH=$(shell go list . 2> /dev/null)/
- LDFLAGS+=-X $(MAIN_PACKAGE_PATH)config.VERSION=${VERSION} -X
$(MAIN_PACKAGE_PATH)config.REVISION=${REVISION} -X
$(MAIN_PACKAGE_PATH)config.BUILDTIME=${BUILDTIME}
--ifeq ($(DEBUG),0)
-- LDFLAGS+=-s -w
--else
-+ifneq ($(DEBUG),0)
- LDFLAGS+=-X $(MAIN_PACKAGE_PATH)config.RELEASE=false
- endif
- CYCLOTHRESHOLD?=20