From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1319599-garchives=archives.gentoo.org@lists.gentoo.org> 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 A6D74158041 for <garchives@archives.gentoo.org>; Thu, 9 Sep 2021 11:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FB7DE08F2; Thu, 9 Sep 2021 11:30: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 182B4E089C for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 11:30: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 D233C342AC8 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 11:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B48835 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Sep 2021 11:30:12 +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: <1631186680.1d154f23e51d923aaaaffd5fbdac6e761b98a0d5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/raft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/raft/raft-0.11.2.ebuild X-VCS-Directories: dev-libs/raft/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1d154f23e51d923aaaaffd5fbdac6e761b98a0d5 X-VCS-Branch: master Date: Thu, 9 Sep 2021 11:30:12 +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: c0119438-18cf-4c3f-a0bb-11c66ff8d2a6 X-Archives-Hash: fd978922cadcc919194163de2717cb7a commit: 1d154f23e51d923aaaaffd5fbdac6e761b98a0d5 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Sep 9 10:05:38 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Sep 9 11:24:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d154f23 dev-libs/raft: add BDEPEND="virtual/pkgconfig" - also add missing subslot binders Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/raft/raft-0.11.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/raft/raft-0.11.2.ebuild b/dev-libs/raft/raft-0.11.2.ebuild index 38fd31b339b..b5fcf6bfdf1 100644 --- a/dev-libs/raft/raft-0.11.2.ebuild +++ b/dev-libs/raft/raft-0.11.2.ebuild @@ -15,9 +15,10 @@ KEYWORDS="~amd64 ~arm64" IUSE="lz4 test zfs" RESTRICT="!test? ( test )" -DEPEND="dev-libs/libuv - lz4? ( app-arch/lz4 )" +DEPEND="dev-libs/libuv:= + lz4? ( app-arch/lz4:= )" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/raft-0.9.25-Always-skip-init-oom-test.patch