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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 865D2158091 for ; Fri, 6 May 2022 07:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31343E08CE; Fri, 6 May 2022 07:47:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11AACE08A0 for ; Fri, 6 May 2022 07:47:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF781341C98 for ; Fri, 6 May 2022 07:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E35430 for ; Fri, 6 May 2022 07:47:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651823238.94c889519e3708a45efcad73d152c0ea62bc1423.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild X-VCS-Directories: dev-libs/pkcs11-helper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94c889519e3708a45efcad73d152c0ea62bc1423 X-VCS-Branch: master Date: Fri, 6 May 2022 07:47:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3347e581-097e-473f-b76c-8b393bfcaadc X-Archives-Hash: b57a9d5ac6a4e07cd963b9aff854cd87 commit: 94c889519e3708a45efcad73d152c0ea62bc1423 Author: Sam James gentoo org> AuthorDate: Fri May 6 07:39:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 6 07:47:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c88951 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 gentoo.org> dev-libs/pkcs11-helper/pkcs11-helper-1.29.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 }