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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DDEA15A7D9 for ; Tue, 14 Mar 2023 19:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96CCE0718; Tue, 14 Mar 2023 19:09:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A280BE0718 for ; Tue, 14 Mar 2023 19:09:33 +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 9C37633FE7D for ; Tue, 14 Mar 2023 19:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454DF8B5 for ; Tue, 14 Mar 2023 19:09:30 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1678820910.4c47b48bf5ecaa9c7dae9824c5cdf50c6e4b21af.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/lapce/lapce-9999.ebuild X-VCS-Directories: app-editors/lapce/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 4c47b48bf5ecaa9c7dae9824c5cdf50c6e4b21af X-VCS-Branch: dev Date: Tue, 14 Mar 2023 19:09:30 +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: f23b0e9c-f0e9-4346-8175-e87f1a4e052a X-Archives-Hash: 8a07bcecab412d3653e02611b0dfcb22 commit: 4c47b48bf5ecaa9c7dae9824c5cdf50c6e4b21af Author: Pascal Jäger leimstift de> AuthorDate: Tue Mar 14 18:48:13 2023 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Tue Mar 14 19:08:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c47b48b app-editors/lapce: fix dependencies in live ebuild Signed-off-by: Pascal Jäger leimstift.de> app-editors/lapce/lapce-9999.ebuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app-editors/lapce/lapce-9999.ebuild b/app-editors/lapce/lapce-9999.ebuild index 5d0f3b52f..60ab7c270 100644 --- a/app-editors/lapce/lapce-9999.ebuild +++ b/app-editors/lapce/lapce-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,18 @@ EGIT_REPO_URI="https://github.com/lapce/lapce.git" LICENSE="( Apache-2.0 ( MIT 0BSD ) Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2 GPL-2 ISC MIT MIT ) MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" +DEPEND=" + x11-libs/gtk+:3 + media-libs/fontconfig +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-util/cmake + sys-devel/gcc + virtual/pkgconfig + >=virtual/rust-1.64 +" + src_unpack() { git-r3_src_unpack cargo_live_src_unpack