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 AF734158089 for ; Sat, 28 Oct 2023 14:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 952912BC021; Sat, 28 Oct 2023 14:22:44 +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 789FF2BC021 for ; Sat, 28 Oct 2023 14:22:44 +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 88376335C5D for ; Sat, 28 Oct 2023 14:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4D612E9 for ; Sat, 28 Oct 2023 14:22:40 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1698502931.43391fd99e8e6e361947f8a59802e621e0adb75f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-9999.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 43391fd99e8e6e361947f8a59802e621e0adb75f X-VCS-Branch: master Date: Sat, 28 Oct 2023 14:22:40 +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: 25c53aa5-9116-4bc0-b792-f0896fd22c3d X-Archives-Hash: 14b8094f9de14eeecf1e412dbf6df79e commit: 43391fd99e8e6e361947f8a59802e621e0adb75f Author: Zoltan Puskas sinustrom info> AuthorDate: Sat Oct 28 10:08:31 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Oct 28 14:22:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43391fd9 sci-electronics/kicad: Add dev-libs/libgit2 dependency KiCad is adding Git support for the upcoming 8.0 release. Add required dependecy. Closes: https://bugs.gentoo.org/916145 Closes: https://github.com/gentoo/gentoo/pull/33560 Signed-off-by: Zoltan Puskas sinustrom.info> Signed-off-by: Yixun Lan gentoo.org> sci-electronics/kicad/kicad-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-electronics/kicad/kicad-9999.ebuild b/sci-electronics/kicad/kicad-9999.ebuild index a8534692f833..54a4f7a1ffb8 100644 --- a/sci-electronics/kicad/kicad-9999.ebuild +++ b/sci-electronics/kicad/kicad-9999.ebuild @@ -38,6 +38,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" dev-db/unixODBC dev-libs/boost:=[context,nls] + dev-libs/libgit2 media-libs/freeglut media-libs/glew:0= >=media-libs/glm-0.9.9.1