summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 07:51:11 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:10:09 +0100
commit4235cf57608f464fe25c8ea57212f1da0f3b8f39 (patch)
tree0213602732d60a3ac2333ef21b0d552395f40a88
parentnet-misc/pedro: respect PKG_CONFIG (diff)
downloadgentoo-4235cf57608f464fe25c8ea57212f1da0f3b8f39.tar.gz
gentoo-4235cf57608f464fe25c8ea57212f1da0f3b8f39.tar.bz2
gentoo-4235cf57608f464fe25c8ea57212f1da0f3b8f39.zip
net-wireless/crda: clean up patches
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-wireless/crda/files/crda-4.14-openssl-1.1.0-compatibility.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/net-wireless/crda/files/crda-4.14-openssl-1.1.0-compatibility.patch b/net-wireless/crda/files/crda-4.14-openssl-1.1.0-compatibility.patch
index a9999da239fd..41b567af384f 100644
--- a/net-wireless/crda/files/crda-4.14-openssl-1.1.0-compatibility.patch
+++ b/net-wireless/crda/files/crda-4.14-openssl-1.1.0-compatibility.patch
@@ -23,8 +23,6 @@ Signed-off-by: Quentin Minster <quentin@minster.io>
utils/key2pub.py | 107 ++++++-------------------------------------------------
3 files changed, 49 insertions(+), 114 deletions(-)
-diff --git a/Makefile b/Makefile
-index a3ead30..a4e7373 100644
--- a/Makefile
+++ b/Makefile
@@ -38,18 +38,16 @@ all: all_noverify verify
@@ -68,8 +66,6 @@ index a3ead30..a4e7373 100644
- *.o *~ *.pyc keys-*.c *.gz \
+ *.o *~ *.pyc keys.c *.gz \
udev/$(UDEV_LEVEL)regulatory.rules udev/regulatory.rules.parsed
-diff --git a/reglib.c b/reglib.c
-index e00e9b8..00f7f56 100644
--- a/reglib.c
+++ b/reglib.c
@@ -22,6 +22,7 @@
@@ -163,8 +159,6 @@ index e00e9b8..00f7f56 100644
return ok;
}
#endif /* USE_OPENSSL */
-diff --git a/utils/key2pub.py b/utils/key2pub.py
-index 9bb04cd..1919270 100755
--- a/utils/key2pub.py
+++ b/utils/key2pub.py
@@ -9,84 +9,7 @@ except ImportError as e: