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 11A891581A7 for ; Tue, 4 Jun 2024 08:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25EEFE2A50; Tue, 4 Jun 2024 08:38: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 02E13E2A50 for ; Tue, 4 Jun 2024 08:38:24 +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 10E43335D7B for ; Tue, 4 Jun 2024 08:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4427E1C5E for ; Tue, 4 Jun 2024 08:38:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1717490254.225966e984abb31f1e5ddcf256fc260289b02435.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/logic-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/logic-bin/logic-bin-2.4.14.ebuild X-VCS-Directories: sci-electronics/logic-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 225966e984abb31f1e5ddcf256fc260289b02435 X-VCS-Branch: dev Date: Tue, 4 Jun 2024 08:38:21 +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: e351e364-be16-4321-ba7f-f07a89149f57 X-Archives-Hash: df19ae9e6e9241a46347459d8e0b02e4 commit: 225966e984abb31f1e5ddcf256fc260289b02435 Author: David Roman gmail com> AuthorDate: Tue Jun 4 08:37:34 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jun 4 08:37:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=225966e9 sci-electronics/logic-bin: add missing RDEPEND Closes: https://bugs.gentoo.org/933181 Signed-off-by: David Roman gmail.com> sci-electronics/logic-bin/logic-bin-2.4.14.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild index 229d3d50a..2f49623ae 100644 --- a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild +++ b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild @@ -15,6 +15,8 @@ KEYWORDS="~amd64" RESTRICT="bindist mirror strip" +RDEPEND="sys-libs/zlib" + QA_PREBUILT="*" src_unpack() { 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 BC0BF15817D for ; Tue, 4 Jun 2024 12:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449182BC05A; Tue, 4 Jun 2024 12:26:33 +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 994132BC050 for ; Tue, 4 Jun 2024 12:26: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3121340775 for ; Tue, 4 Jun 2024 12:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C771C7C for ; Tue, 4 Jun 2024 12:26:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1717490254.225966e984abb31f1e5ddcf256fc260289b02435.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/logic-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/logic-bin/logic-bin-2.4.14.ebuild X-VCS-Directories: sci-electronics/logic-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 225966e984abb31f1e5ddcf256fc260289b02435 X-VCS-Branch: master Date: Tue, 4 Jun 2024 12:26:28 +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: fd2c981f-563d-46c7-b258-ab66c2777fd5 X-Archives-Hash: c84b17d2c660e302188bc75c503c87cb Message-ID: <20240604122628.TDZFOsUPOUCBrEoM1n0ifjdqLJA3X0qsLO6EOefhhjA@z> commit: 225966e984abb31f1e5ddcf256fc260289b02435 Author: David Roman gmail com> AuthorDate: Tue Jun 4 08:37:34 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jun 4 08:37:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=225966e9 sci-electronics/logic-bin: add missing RDEPEND Closes: https://bugs.gentoo.org/933181 Signed-off-by: David Roman gmail.com> sci-electronics/logic-bin/logic-bin-2.4.14.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild index 229d3d50a..2f49623ae 100644 --- a/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild +++ b/sci-electronics/logic-bin/logic-bin-2.4.14.ebuild @@ -15,6 +15,8 @@ KEYWORDS="~amd64" RESTRICT="bindist mirror strip" +RDEPEND="sys-libs/zlib" + QA_PREBUILT="*" src_unpack() {