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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 020D915800F for ; Fri, 6 Jan 2023 12:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D270DE077C; Fri, 6 Jan 2023 12:43:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56463E077C for ; Fri, 6 Jan 2023 12:43:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2860434081F for ; Fri, 6 Jan 2023 12:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E53A76D for ; Fri, 6 Jan 2023 12:43:17 +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: <1673008316.631bb82a245216ccf3cd8a23d2cd52c3dad1dadc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsecp256k1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild dev-libs/libsecp256k1/libsecp256k1-0.2.0.ebuild X-VCS-Directories: dev-libs/libsecp256k1/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 631bb82a245216ccf3cd8a23d2cd52c3dad1dadc X-VCS-Branch: master Date: Fri, 6 Jan 2023 12:43:17 +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: cd541bd5-5a9a-4fda-a292-9b1813f8dbb3 X-Archives-Hash: 441e73d262e26b2e0fc4d6b69074552e commit: 631bb82a245216ccf3cd8a23d2cd52c3dad1dadc Author: Sam James gentoo org> AuthorDate: Fri Jan 6 12:31:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 6 12:31:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631bb82a dev-libs/libsecp256k1: always delete pre-generated files Closes: https://bugs.gentoo.org/889844 Signed-off-by: Sam James gentoo.org> .../{libsecp256k1-0.2.0.ebuild => libsecp256k1-0.2.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.2.0.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild similarity index 95% rename from dev-libs/libsecp256k1/libsecp256k1-0.2.0.ebuild rename to dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild index 56a8ea20c441..30b67ab2dd17 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.2.0.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild @@ -40,6 +40,9 @@ BDEPEND=" src_prepare() { default eautoreconf + + # Generate during build + rm -f src/precomputed_ecmult.c src/precomputed_ecmult_gen.c || die } src_configure() {