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 7586A158016 for ; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8F2E0936; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9355AE0936 for ; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBE21342E78 for ; Sat, 25 Sep 2021 19:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5085A11C for ; Sat, 25 Sep 2021 19:08:31 +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: <1632596878.fccaacbc93e0ee452ec75efb04b1185a3cdeac7c.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.ebuild X-VCS-Directories: net-libs/libblkmaker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fccaacbc93e0ee452ec75efb04b1185a3cdeac7c X-VCS-Branch: master Date: Sat, 25 Sep 2021 19:08:31 +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: a6a44e0d-575c-45ed-85cf-206980e640b3 X-Archives-Hash: 80dc434e59a03fb768621a33877bb3b7 commit: fccaacbc93e0ee452ec75efb04b1185a3cdeac7c Author: Sam James gentoo org> AuthorDate: Sat Sep 25 18:53:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 19:07:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccaacbc net-libs/libblkmaker: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James gentoo.org> .../{libblkmaker-0.6.0.ebuild => libblkmaker-0.6.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libblkmaker/libblkmaker-0.6.0.ebuild b/net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild similarity index 93% rename from net-libs/libblkmaker/libblkmaker-0.6.0.ebuild rename to net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild index 8ceb40dd5dc..96ad5efcab6 100644 --- a/net-libs/libblkmaker/libblkmaker-0.6.0.ebuild +++ b/net-libs/libblkmaker/libblkmaker-0.6.0-r1.ebuild @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/jansson-2.0.0[${MULTILIB_USEDEP}] + >=dev-libs/jansson-2.0.0:=[${MULTILIB_USEDEP}] dev-libs/libbase58[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}