commit:     821b0750afb0b8f660b6f1c797b631afb90a1fe4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 05:59:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 05:59:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821b0750

app-crypt/tpm2-totp: minor style changes, add bug ref to patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am         | 2 ++
 app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild                            | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am 
b/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am
index 965b376a388..75188556dd0 100644
--- 
a/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am
+++ 
b/app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am
@@ -1,3 +1,5 @@
+https://bugs.gentoo.org/777291
+
 From 893ab78144b95a52d73e1c125e56380fbec68a6f Mon Sep 17 00:00:00 2001
 From: orbea <[email protected]>
 Date: Fri, 19 Mar 2021 11:01:03 -0700

diff --git a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild 
b/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild
index 5bd31217475..67e6798a565 100644
--- a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild
+++ b/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
 
 PATCHES=(
        "${FILESDIR}/${P}-Remove-bogus-value-from-Makefile.am"
-       )
+)
 
 src_prepare() {
        default
@@ -51,5 +51,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to