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 1E350158090 for ; Thu, 19 May 2022 06:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513A8E0898; Thu, 19 May 2022 06:01:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 347EFE0898 for ; Thu, 19 May 2022 06:01:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08EAC341734 for ; Thu, 19 May 2022 06:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D7A42F for ; Thu, 19 May 2022 06:01:36 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1652940085.006cb2ea517351fd663d0b2deeaa28ed9231e980.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/XNNPACK/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild sci-libs/XNNPACK/XNNPACK-2022.02.17.ebuild X-VCS-Directories: sci-libs/XNNPACK/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 006cb2ea517351fd663d0b2deeaa28ed9231e980 X-VCS-Branch: master Date: Thu, 19 May 2022 06:01:36 +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: cd7a4aff-c4d7-4bfd-b550-474b1c77ce5c X-Archives-Hash: d567c23b2911ad6de55db690740cf1ec commit: 006cb2ea517351fd663d0b2deeaa28ed9231e980 Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 19 06:01:25 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 19 06:01:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006cb2ea sci-libs/XNNPACK: fix deps Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> ...XNNPACK-2022.02.17.ebuild => XNNPACK-2022.02.17-r1.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-libs/XNNPACK/XNNPACK-2022.02.17.ebuild b/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild similarity index 98% rename from sci-libs/XNNPACK/XNNPACK-2022.02.17.ebuild rename to sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild index c4bb3f365e75..3f4751f7b98e 100644 --- a/sci-libs/XNNPACK/XNNPACK-2022.02.17.ebuild +++ b/sci-libs/XNNPACK/XNNPACK-2022.02.17-r1.ebuild @@ -16,14 +16,15 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+assembly jit +memopt +sparse static-libs test" -DEPEND=" - dev-libs/FP16 - dev-libs/FXdiv -" -RDEPEND="${DEPEND} +RDEPEND=" dev-libs/cpuinfo dev-libs/pthreadpool " +DEPEND="${RDEPEND} + dev-libs/FP16 + dev-libs/FXdiv +" + BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )"