diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-05 22:11:59 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-06 03:36:23 +0000 |
commit | ab9c13f970d477afa3ebc37fc6fbf2eb096ab023 (patch) | |
tree | 940bbe1a15804f240493caafe54bd7e13a8a54ec /dev-util/wachy | |
parent | dev-util/ply: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-ab9c13f970d477afa3ebc37fc6fbf2eb096ab023.tar.gz gentoo-ab9c13f970d477afa3ebc37fc6fbf2eb096ab023.tar.bz2 gentoo-ab9c13f970d477afa3ebc37fc6fbf2eb096ab023.zip |
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 <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/wachy')
-rw-r--r-- | dev-util/wachy/wachy-0.1.0_alpha6-r1.ebuild (renamed from dev-util/wachy/wachy-0.1.0_alpha6.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild b/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=( |