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 A4D66158021 for ; Fri, 28 Oct 2022 18:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B60E08CD; Fri, 28 Oct 2022 18:50:24 +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 38CEBE08CD for ; Fri, 28 Oct 2022 18:50:23 +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 B69D9341189 for ; Fri, 28 Oct 2022 18:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03AE66F8 for ; Fri, 28 Oct 2022 18:50:19 +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: <1666982870.52f3ff8b09de509a1a4b2cdb92ccf2a6216c359a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild X-VCS-Directories: net-libs/libblkmaker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52f3ff8b09de509a1a4b2cdb92ccf2a6216c359a X-VCS-Branch: master Date: Fri, 28 Oct 2022 18:50:19 +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: 5b883435-3bb5-43a1-8b79-f1baa4ba0189 X-Archives-Hash: a3fa656d9ac2ae5b649852625a9bd546 commit: 52f3ff8b09de509a1a4b2cdb92ccf2a6216c359a Author: Sam James gentoo org> AuthorDate: Fri Oct 28 18:38:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 18:47:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f3ff8b net-libs/libblkmaker: drop multilib No multilib reverse dependencies. Signed-off-by: Sam James gentoo.org> ...ker-0.6.0-r1.ebuild => libblkmaker-0.6.0-r2.ebuild} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild b/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild similarity index 65% rename from net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild rename to net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild index 96ad5efcab6b..b5558db1cedf 100644 --- a/net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild +++ b/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild @@ -1,30 +1,28 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools multilib-minimal +inherit autotools DESCRIPTION="C implementation of Bitcoin's getblocktemplate interface" HOMEPAGE="https://github.com/bitcoin/libblkmaker" -LICENSE="MIT" - SRC_URI="https://github.com/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}-github.tgz" + +LICENSE="MIT" SLOT="0/7" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/jansson-2.0.0:=[${MULTILIB_USEDEP}] - dev-libs/libbase58[${MULTILIB_USEDEP}] + >=dev-libs/jansson-2.0.0:= + dev-libs/libbase58 " DEPEND="${RDEPEND} - test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] ) + test? ( dev-libs/libgcrypt ) " -ECONF_SOURCE="${S}" - src_prepare() { default eautoreconf