From f37e5a061a3099e6c45c3885d1bd53877bcd9f60 Mon Sep 17 00:00:00 2001 From: Keita Urashima Date: Tue, 12 May 2026 19:49:36 +0900 Subject: [PATCH] app-shells/sheldon: add missing RDEPEND, set RUST_MIN_VER Closes: https://bugs.gentoo.org/974635 Signed-off-by: Keita Urashima --- app-shells/sheldon/sheldon-0.8.5.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app-shells/sheldon/sheldon-0.8.5.ebuild b/app-shells/sheldon/sheldon-0.8.5.ebuild index 4983f5ad75..93d0e762f2 100644 --- a/app-shells/sheldon/sheldon-0.8.5.ebuild +++ b/app-shells/sheldon/sheldon-0.8.5.ebuild @@ -152,6 +152,8 @@ CRATES=" zerovec-derive@0.11.1 " +RUST_MIN_VER="1.81.0" + inherit cargo DESCRIPTION="Fast, configurable, shell plugin manager." @@ -169,6 +171,14 @@ KEYWORDS="~amd64" # tests clone github.com/rossmacarthur/sheldon-test, requires network access # https://bugs.gentoo.org/974535 RESTRICT="test" + +RDEPEND=" + dev-libs/openssl:= + net-misc/curl +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / QA_FLAGS_IGNORED="usr/bin/${PN}"