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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58157138334 for ; Sun, 13 Oct 2019 11:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC10AE0849; Sun, 13 Oct 2019 11:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8766E0849 for ; Sun, 13 Oct 2019 11:22:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E35234BCC9 for ; Sun, 13 Oct 2019 11:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D7E883 for ; Sun, 13 Oct 2019 11:22:12 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1570965718.2126998572623806df0d4ed75d368ea17c4252e6.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.0.0_pre20161213.ebuild dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild dev-libs/libsecp256k1/metadata.xml X-VCS-Directories: dev-libs/libsecp256k1/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2126998572623806df0d4ed75d368ea17c4252e6 X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:22:12 +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: 01e75df4-2949-428e-9adb-cecd6490ee5e X-Archives-Hash: 9595648828fabd2c68d404f844c5de07 commit: 2126998572623806df0d4ed75d368ea17c4252e6 Author: Luke Dashjr utopios org> AuthorDate: Mon Sep 30 04:37:30 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 13 11:21:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21269985 dev-libs/libsecp256k1: Rename test_openssl USE flag to test-openssl Signed-off-by: Luke Dashjr utopios.org> Closes: https://github.com/gentoo/gentoo/pull/13097 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20161213.ebuild | 8 ++++---- dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild | 8 ++++---- dev-libs/libsecp256k1/metadata.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20161213.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20161213.ebuild index e821f0d3461..7716244ab40 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20161213.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.0.0_pre20161213.ebuild @@ -14,14 +14,14 @@ SRC_URI="https://github.com/bitcoin/${MyPN}/archive/${COMMITHASH}.tar.gz -> ${PN LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm ecdh endomorphism experimental gmp java +recovery test test_openssl" +IUSE="+asm ecdh endomorphism experimental gmp java +recovery test test-openssl" RESTRICT="!test? ( test )" REQUIRED_USE=" asm? ( || ( amd64 arm ) arm? ( experimental ) ) ecdh? ( experimental ) java? ( ecdh ) - test_openssl? ( test ) + test-openssl? ( test ) " RDEPEND=" gmp? ( dev-libs/gmp:0= ) @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig java? ( virtual/jdk ) - test_openssl? ( dev-libs/openssl:0 ) + test-openssl? ( dev-libs/openssl:0 ) " S="${WORKDIR}/${MyPN}-${COMMITHASH}" @@ -54,7 +54,7 @@ src_configure() { $(use_enable experimental) \ $(use_enable java jni) \ $(use_enable test tests) \ - $(use_enable test_openssl openssl-tests) \ + $(use_enable test-openssl openssl-tests) \ $(use_enable ecdh module-ecdh) \ $(use_enable endomorphism) \ --with-asm=$asm_opt \ diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild index 3f78ef99bff..bd971f602e6 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.1_pre20170928.ebuild @@ -14,14 +14,14 @@ SRC_URI="https://github.com/bitcoin-core/${MyPN}/archive/${COMMITHASH}.tar.gz -> LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm ecdh endomorphism experimental gmp java +recovery test test_openssl" +IUSE="+asm ecdh endomorphism experimental gmp java +recovery test test-openssl" RESTRICT="!test? ( test )" REQUIRED_USE=" asm? ( || ( amd64 arm ) arm? ( experimental ) ) ecdh? ( experimental ) java? ( ecdh ) - test_openssl? ( test ) + test-openssl? ( test ) " RDEPEND=" gmp? ( dev-libs/gmp:0= ) @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig java? ( virtual/jdk ) - test_openssl? ( dev-libs/openssl:0 ) + test-openssl? ( dev-libs/openssl:0 ) " S="${WORKDIR}/${MyPN}-${COMMITHASH}" @@ -55,7 +55,7 @@ src_configure() { $(use_enable experimental) \ $(use_enable java jni) \ $(use_enable test tests) \ - $(use_enable test_openssl openssl-tests) \ + $(use_enable test-openssl openssl-tests) \ $(use_enable ecdh module-ecdh) \ $(use_enable endomorphism) \ --with-asm=$asm_opt \ diff --git a/dev-libs/libsecp256k1/metadata.xml b/dev-libs/libsecp256k1/metadata.xml index 2e3a5c002cc..10e5b2a45bf 100644 --- a/dev-libs/libsecp256k1/metadata.xml +++ b/dev-libs/libsecp256k1/metadata.xml @@ -16,7 +16,7 @@ Allow experimental USE flags Enable ECDSA pubkey recovery module Enable Schnorr signature module - Enable OpenSSL comparison tests + Enable OpenSSL comparison tests bitcoin/secp256k1