summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-06 08:39:44 +0100
committerSam James <sam@gentoo.org>2022-05-06 08:47:18 +0100
commit94c889519e3708a45efcad73d152c0ea62bc1423 (patch)
tree01875ff0ce230d8224c4e363fac08bf95bd42c39 /dev-libs
parentdev-libs/pkcs11-helper: add 1.29.0 (diff)
downloadgentoo-94c889519e3708a45efcad73d152c0ea62bc1423.tar.gz
gentoo-94c889519e3708a45efcad73d152c0ea62bc1423.tar.bz2
gentoo-94c889519e3708a45efcad73d152c0ea62bc1423.zip
dev-libs/pkcs11-helper: add 1.29.0
Closes: https://bugs.gentoo.org/555262 Closes: https://bugs.gentoo.org/805047 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild
index 9d5bdc147bbc..c8b02fd6835d 100644
--- a/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild
@@ -31,5 +31,8 @@ src_configure() {
src_install() {
default
+ # bug #555262
+ rm "${ED}"/usr/share/doc/${PF}/COPYING.{BSD,GPL} || die
+
find "${ED}" -name '*.la' -delete || die
}