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 B1C0A158041 for ; Wed, 6 Mar 2024 03:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B068E29FF; Wed, 6 Mar 2024 03:37:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70536E29FF for ; Wed, 6 Mar 2024 03:37:43 +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 431D4343067 for ; Wed, 6 Mar 2024 03:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D81814F7 for ; Wed, 6 Mar 2024 03:37:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709696183.ab9c13f970d477afa3ebc37fc6fbf2eb096ab023.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wachy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/wachy/wachy-0.1.0_alpha6-r1.ebuild dev-util/wachy/wachy-0.1.0_alpha6.ebuild X-VCS-Directories: dev-util/wachy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab9c13f970d477afa3ebc37fc6fbf2eb096ab023 X-VCS-Branch: master Date: Wed, 6 Mar 2024 03:37: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: 2bca0b4f-c56b-4203-acfa-a10017af9b0a X-Archives-Hash: 4c6b0c96370c8c4f3c1425dec3f44a1c commit: ab9c13f970d477afa3ebc37fc6fbf2eb096ab023 Author: Eli Schwartz gmail com> AuthorDate: Wed Mar 6 03:11:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 03:36:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9c13f9 dev-util/wachy: add missing dependency on ncurses The ncurses crate is used. It causes the program to link against a system ncurses, which means in turn we want to subscribe to its slot. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> .../{wachy-0.1.0_alpha6.ebuild => wachy-0.1.0_alpha6-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild b/dev-util/wachy/wachy-0.1.0_alpha6-r1.ebuild similarity index 96% rename from dev-util/wachy/wachy-0.1.0_alpha6.ebuild rename to dev-util/wachy/wachy-0.1.0_alpha6-r1.ebuild index c70001be06c0..dd3a2f680892 100644 --- a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild +++ b/dev-util/wachy/wachy-0.1.0_alpha6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.2-alpha.0 @@ -122,6 +122,9 @@ SLOT="0" KEYWORDS="~amd64" RESTRICT="mirror" +DEPEND="sys-libs/ncurses:=" +RDEPEND="${DEPEND}" + QA_FLAGS_IGNORED="usr/bin/wachy" DOCS=(