Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wavemon/files/
Date: Sat, 26 Dec 2020 21:13:32
Message-Id: 1609017201.595f0b0765697a14453e71b07014d7436915894b.asturm@gentoo
1 commit: 595f0b0765697a14453e71b07014d7436915894b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 08:58:03 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 21:13:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595f0b07
7
8 net-wireless/wavemon: remove unused patch
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/18805
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch | 11 -----------
16 1 file changed, 11 deletions(-)
17
18 diff --git a/net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch b/net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch
19 deleted file mode 100644
20 index df98db7cd59..00000000000
21 --- a/net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 ---- a/configure.ac
25 -+++ b/configure.ac
26 -@@ -9,8 +9,6 @@
27 - AC_DEFINE_UNQUOTED([BUILD_DATE], ["`/bin/date`"],
28 - [date wavemon was last configured and built])
29 -
30 --CFLAGS="-O2 -Wall"
31 --
32 - # wavemon is only supported on Linux, warn user about futile compilations
33 - AC_CANONICAL_HOST
34 - case "$host_os" in