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 6505C158095 for ; Mon, 5 Sep 2022 19:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92815E07E6; Mon, 5 Sep 2022 19:17:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7936FE07E6 for ; Mon, 5 Sep 2022 19:17:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B8DD340FBE for ; Mon, 5 Sep 2022 19:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CF456D for ; Mon, 5 Sep 2022 19:17:29 +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: <1662405437.764ac8c0ebda9e392bac2cf0fa609a94aaf45972.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/onnx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/onnx/onnx-1.11.0-r1.ebuild sci-libs/onnx/onnx-1.11.0-r2.ebuild X-VCS-Directories: sci-libs/onnx/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 764ac8c0ebda9e392bac2cf0fa609a94aaf45972 X-VCS-Branch: master Date: Mon, 5 Sep 2022 19:17:29 +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: a5b150bb-01ce-4813-9c01-9fceb82863e9 X-Archives-Hash: 80772291d91de6eb2c8f96461767ba05 commit: 764ac8c0ebda9e392bac2cf0fa609a94aaf45972 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Sep 5 19:17:17 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Sep 5 19:17:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764ac8c0 sci-libs/onnx: depend on protbuf slot Closes: https://bugs.gentoo.org/868576 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/onnx/{onnx-1.11.0-r1.ebuild => onnx-1.11.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/onnx/onnx-1.11.0-r1.ebuild b/sci-libs/onnx/onnx-1.11.0-r2.ebuild similarity index 97% rename from sci-libs/onnx/onnx-1.11.0-r1.ebuild rename to sci-libs/onnx/onnx-1.11.0-r2.ebuild index 5b2ac804bf1d..31f993817030 100644 --- a/sci-libs/onnx/onnx-1.11.0-r1.ebuild +++ b/sci-libs/onnx/onnx-1.11.0-r2.ebuild @@ -17,7 +17,7 @@ RESTRICT="test" DEPEND="" RDEPEND="${DEPEND} - dev-libs/protobuf" + dev-libs/protobuf:=" BDEPEND=" ${PYTHON_DEPS} dev-util/patchelf