From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1661333-garchives=archives.gentoo.org@lists.gentoo.org> 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 85F20159C9B for <garchives@archives.gentoo.org>; Tue, 13 Aug 2024 07:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86468E29E8; Tue, 13 Aug 2024 07:36:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6FA2FE29E8 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36: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 A2104340C57 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CA51EE6 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2024 07:36:33 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1723534585.6ab3ec62f93cd1de812762a5f15f3a88dca0d17d.juippis@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.5.1.ebuild X-VCS-Directories: dev-libs/libsecp256k1/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6ab3ec62f93cd1de812762a5f15f3a88dca0d17d X-VCS-Branch: master Date: Tue, 13 Aug 2024 07:36:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a091d06b-61bf-4afc-93c4-837ac74c6854 X-Archives-Hash: 4052d18e0fbd83f6e9706b120610d22c commit: 6ab3ec62f93cd1de812762a5f15f3a88dca0d17d Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Aug 13 07:23:32 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Aug 13 07:36:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab3ec62 dev-libs/libsecp256k1: fix VariableOrderWrong Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild index 92bfd82bdf47..f048f1b97499 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.5.1.ebuild @@ -9,6 +9,7 @@ MyPN=secp256k1 DESCRIPTION="Optimized C library for EC operations on curve secp256k1" HOMEPAGE="https://github.com/bitcoin-core/secp256k1" SRC_URI="https://github.com/bitcoin-core/secp256k1/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MyPN}-${PV}" LICENSE="MIT" SLOT="0/2" # subslot is "$((_LIB_VERSION_CURRENT-_LIB_VERSION_AGE))" from configure.ac @@ -30,8 +31,6 @@ PATCHES=( "${FILESDIR}/0.4.0-fix-cross-compile.patch" ) -S="${WORKDIR}/${MyPN}-${PV}" - src_prepare() { default eautoreconf