summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-13 10:52:30 +0200
committerTony Vroon <chainsaw@gentoo.org>2018-07-13 10:38:11 +0100
commit2f3a4660ad47c1ba18cf18ad7e6b5c40b10622d7 (patch)
tree035885efcba06e9bb745594d4f7ae4a3dbb5c482 /app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch
parentapp-misc/lirc: remove unused patches (diff)
downloadgentoo-2f3a4660ad47c1ba18cf18ad7e6b5c40b10622d7.tar.gz
gentoo-2f3a4660ad47c1ba18cf18ad7e6b5c40b10622d7.tar.bz2
gentoo-2f3a4660ad47c1ba18cf18ad7e6b5c40b10622d7.zip
app-crypt/gnupg: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/9210
Diffstat (limited to 'app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch')
-rw-r--r--app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch b/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch
deleted file mode 100644
index 292fc264ac84..000000000000
--- a/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 692208fd6c1547cc7dd2062a1d1c9499bc0a8be4 Mon Sep 17 00:00:00 2001
-From: Justus Winter <justus@g10code.com>
-Date: Mon, 8 May 2017 13:52:39 +0200
-Subject: [PATCH] gpg: Fix typo.
-
---
-Signed-off-by: Justus Winter <justus@g10code.com>
----
- g10/packet.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/g10/packet.h b/g10/packet.h
-index a10495c..d42510d 100644
---- a/g10/packet.h
-+++ b/g10/packet.h
-@@ -623,7 +623,7 @@ struct parse_packet_ctx_s
- iobuf_t inp; /* The input stream with the packets. */
- struct packet_struct last_pkt; /* The last parsed packet. */
- int free_last_pkt; /* Indicates that LAST_PKT must be freed. */
-- int skip_meta; /* Skip right trust packets. */
-+ int skip_meta; /* Skip ring trust packets. */
- };
- typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
-
---
-2.10.2
-