diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 05:59:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 05:59:08 +0000 |
commit | 821b0750afb0b8f660b6f1c797b631afb90a1fe4 (patch) | |
tree | e05d04f395e517649622b75c94f1f0eded43a3ca /app-crypt | |
parent | app-crypt/tpm2-totp: Fix build with slibtool (diff) | |
download | gentoo-821b0750afb0b8f660b6f1c797b631afb90a1fe4.tar.gz gentoo-821b0750afb0b8f660b6f1c797b631afb90a1fe4.tar.bz2 gentoo-821b0750afb0b8f660b6f1c797b631afb90a1fe4.zip |
app-crypt/tpm2-totp: minor style changes, add bug ref to patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-totp/files/tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am | 2 | ||||
-rw-r--r-- | 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 965b376a388d..75188556dd0e 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 <orbea@riseup.net> 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 5bd31217475e..67e6798a5655 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 } |