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 165D615802F for ; Wed, 8 Mar 2023 16:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B44EE08A0; Wed, 8 Mar 2023 16:33:42 +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 11B65E08A0 for ; Wed, 8 Mar 2023 16:33:42 +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 E9D8534133C for ; Wed, 8 Mar 2023 16:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839D28D4 for ; Wed, 8 Mar 2023 16:33:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1678293217.9a5d50c4949669cc68beadf4224c3e4c133a5804.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/siril/siril-1.2.0_beta1.ebuild X-VCS-Directories: sci-astronomy/siril/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9a5d50c4949669cc68beadf4224c3e4c133a5804 X-VCS-Branch: master Date: Wed, 8 Mar 2023 16:33:39 +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: 43b19764-6469-4f95-8465-89829594893d X-Archives-Hash: 6d23ecb91cb6294815628c92ad26e643 commit: 9a5d50c4949669cc68beadf4224c3e4c133a5804 Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 8 16:33:18 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 8 16:33:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5d50c4 sci-astronomy/siril: add cmake BDEP Signed-off-by: Joonas Niilola gentoo.org> sci-astronomy/siril/siril-1.2.0_beta1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-astronomy/siril/siril-1.2.0_beta1.ebuild b/sci-astronomy/siril/siril-1.2.0_beta1.ebuild index 6ff7d1f45806..45dd80e9e5b2 100644 --- a/sci-astronomy/siril/siril-1.2.0_beta1.ebuild +++ b/sci-astronomy/siril/siril-1.2.0_beta1.ebuild @@ -46,7 +46,8 @@ DEPEND=" RDEPEND=" ${DEPEND} " -BDEPEND="x11-base/xorg-proto" +BDEPEND="dev-util/cmake + x11-base/xorg-proto" PATCHES=( "${FILESDIR}/${PN}-docfiles.patch"