summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-02-18 12:31:49 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-02-18 12:31:49 +0000
commite00331b1f1ebb9d3a7fd7a4f26842bbd7b0fffcb (patch)
tree9b6533a5d0b0fb5cc8743014a585fdfcf0e4cdcd /app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch
parentStable on ppc wrt bug 160141 (diff)
downloadgentoo-2-e00331b1f1ebb9d3a7fd7a4f26842bbd7b0fffcb.tar.gz
gentoo-2-e00331b1f1ebb9d3a7fd7a4f26842bbd7b0fffcb.tar.bz2
gentoo-2-e00331b1f1ebb9d3a7fd7a4f26842bbd7b0fffcb.zip
old patch cleanout
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch')
-rw-r--r--app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch b/app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch
deleted file mode 100644
index ff8d43ce2d39..000000000000
--- a/app-crypt/gnupg/files/gnupg-1.4-emptytrustpackets.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- trunk/g10/mainproc.c 2006/03/22 14:37:53 4077
-+++ trunk/g10/mainproc.c 2006/04/08 01:23:23 4096
-@@ -937,10 +937,12 @@
- putchar('\n');
- if( opt.fingerprint && !any )
- print_fingerprint( pk, NULL, 0 );
-- if( node->next
-+ if( opt.with_colons
-+ && node->next
- && node->next->pkt->pkttype == PKT_RING_TRUST ) {
- printf("rtv:2:%u:\n",
-- node->next->pkt->pkt.ring_trust->trustval );
-+ node->next->pkt->pkt.ring_trust?
-+ node->next->pkt->pkt.ring_trust->trustval : 0);
- }
- any=1;
- }