From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DD7A138334 for ; Tue, 11 Sep 2018 17:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E0CE0A92; Tue, 11 Sep 2018 17:25:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF9BAE0A92 for ; Tue, 11 Sep 2018 17:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA5EA335CD5 for ; Tue, 11 Sep 2018 17:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F4F13C1 for ; Tue, 11 Sep 2018 17:25:25 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1536686718.8b59a66a410b696f8f4face3dd681cf62249cbea.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch X-VCS-Directories: app-crypt/tpm-tools/files/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 8b59a66a410b696f8f4face3dd681cf62249cbea X-VCS-Branch: master Date: Tue, 11 Sep 2018 17:25:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ede4a154-b531-48a1-945e-bf4a819e9e2e X-Archives-Hash: 17a34ecbedce89c58fbe60a435ab81b9 commit: 8b59a66a410b696f8f4face3dd681cf62249cbea Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 11 17:15:51 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Sep 11 17:25:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b59a66a app-crypt/tpm-tools: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/9827 app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch b/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch deleted file mode 100644 index 1745c690e57..00000000000 --- a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/lib/Makefile.am b/lib/Makefile.am -index cef6a2f..d7092a7 100644 ---- a/lib/Makefile.am -+++ b/lib/Makefile.am -@@ -80,4 +80,4 @@ endif - # Unseal library - for addition to existing apps, counter part of seal cmd - libtpm_unseal_la_SOURCES = tpm_unseal.c - libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0 --libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la @INTLLIBS@ -+libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto @INTLLIBS@