Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/files/
Date: Sun, 30 Oct 2022 09:28:34
Message-Id: 1667122071.b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8.sam@gentoo
1 commit: b5af15edf79d3cc309e7fb0ee37d8efddde6c1a8
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 30 07:50:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:27:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5af15ed
7
8 dev-lang/jsonnet: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28036
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch | 16 ----------------
15 1 file changed, 16 deletions(-)
16
17 diff --git a/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch b/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch
18 deleted file mode 100644
19 index a6107a4e10cd..000000000000
20 --- a/dev-lang/jsonnet/files/jsonnet-0.14.0-makefile.patch
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -diff --git a/Makefile b/Makefile
24 -index 474655c..89c396c 100644
25 ---- a/Makefile
26 -+++ b/Makefile
27 -@@ -31,9 +31,9 @@ OPT ?= -O3
28 -
29 - PREFIX ?= /usr/local
30 -
31 --CXXFLAGS ?= -g $(OPT) -Wall -Wextra -Woverloaded-virtual -pedantic -std=c++0x -fPIC
32 -+CXXFLAGS += -Wall -Wextra -Woverloaded-virtual -pedantic -std=c++0x -fPIC
33 - CXXFLAGS += -Iinclude -Ithird_party/md5 -Ithird_party/json
34 --CFLAGS ?= -g $(OPT) -Wall -Wextra -pedantic -std=c99 -fPIC
35 -+CFLAGS += -Wall -Wextra -pedantic -std=c99 -fPIC
36 - CFLAGS += -Iinclude
37 - MAKEDEPENDFLAGS += -Iinclude -Ithird_party/md5 -Ithird_party/json
38 - EMCXXFLAGS = $(CXXFLAGS) -g0 -Os --memory-init-file 0 -s DISABLE_EXCEPTION_CATCHING=0 -s OUTLINING_LIMIT=10000 -s RESERVED_FUNCTION_POINTERS=20 -s ASSERTIONS=1 -s ALLOW_MEMORY_GROWTH=1