Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/silo/files/
Date: Tue, 02 Feb 2021 21:38:48
Message-Id: 1612301907.3e4f30d8f3cb8525e004653bea58f18b4ba78def.conikost@gentoo
1 commit: 3e4f30d8f3cb8525e004653bea58f18b4ba78def
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 2 16:56:28 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 21:38:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4f30d8
7
8 sys-boot/silo: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/19305
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/silo-1.4.14_p20120819-gnu90-inline.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch b/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch
19 deleted file mode 100644
20 index bf6add0ce10..00000000000
21 --- a/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 ---- a/Rules.make
25 -+++ b/Rules.make
26 -@@ -26,2 +26,7 @@ CFLAGS += -fno-stack-protector
27 - endif
28 -+ifeq ($(call cc-option-yn, -std=gnu90),y)
29 -+# In gcc-5+ c99 changed inline rules by forbidding
30 -+# multiple extern definitions. Fall back to gnu90
31 -+CFLAGS += -std=gnu90
32 -+endif
33 -
34 ---- a/silo/Makefile
35 -+++ b/silo/Makefile
36 -@@ -6,2 +6,7 @@ UFSDEPS=
37 - CFLAGS=-O2 -Wall -I. -I../include
38 -+ifeq ($(call cc-option-yn, -std=gnu90),y)
39 -+# In gcc-5+ c99 changed inline rules by forbidding
40 -+# multiple extern definitions. Fall back to gnu90
41 -+CFLAGS += -std=gnu90
42 -+endif
43 -