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 88E7E158020 for ; Thu, 17 Nov 2022 21:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B4E2E0990; Thu, 17 Nov 2022 21:44:45 +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 62AE8E0990 for ; Thu, 17 Nov 2022 21:44:45 +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 65C3A340D4C for ; Thu, 17 Nov 2022 21:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD3074E for ; Thu, 17 Nov 2022 21:44:42 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1668721410.46572f08736a773351f744c0913f4ae21ab0f5b6.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/webdrivers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/webdrivers/webdrivers-0.4.1-r1.ebuild dev-crystal/webdrivers/webdrivers-0.4.1.ebuild X-VCS-Directories: dev-crystal/webdrivers/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 46572f08736a773351f744c0913f4ae21ab0f5b6 X-VCS-Branch: dev Date: Thu, 17 Nov 2022 21:44:42 +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: e47aa32d-2cfe-446c-a7fd-85ebdae53d30 X-Archives-Hash: 1f3e37d798abcfd9e4b54885e4858728 commit: 46572f08736a773351f744c0913f4ae21ab0f5b6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Nov 17 21:42:23 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Nov 17 21:43:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46572f08 dev-crystal/webdrivers: fix deps Closes: https://bugs.gentoo.org/881513 Closes: https://bugs.gentoo.org/881515 Closes: https://bugs.gentoo.org/881531 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{webdrivers-0.4.1.ebuild => webdrivers-0.4.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-crystal/webdrivers/webdrivers-0.4.1.ebuild b/dev-crystal/webdrivers/webdrivers-0.4.1-r1.ebuild similarity index 92% rename from dev-crystal/webdrivers/webdrivers-0.4.1.ebuild rename to dev-crystal/webdrivers/webdrivers-0.4.1-r1.ebuild index 56c4391a7..a23a7f4ad 100644 --- a/dev-crystal/webdrivers/webdrivers-0.4.1.ebuild +++ b/dev-crystal/webdrivers/webdrivers-0.4.1-r1.ebuild @@ -15,6 +15,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +RDEPEND=" + dev-crystal/crystar + dev-crystal/habitat +" + src_prepare() { default