sci-mathematics/rink: add curl to RDEPEND

This adds `net-misc/curl` to RDEPEND in both 0.8.0
and the live ebuild. curl is also a build-time
dependency, thus not removed from DEPEND.

Closes: https://bugs.gentoo.org/945531
Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2024-12-01 23:33:01 -05:00
parent 63deed761a
commit 9570668220
2 changed files with 2 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ DEPEND+="
dev-libs/openssl
sys-libs/zlib
"
RDEPEND+="net-misc/curl"
QA_FLAGS_IGNORED="usr/bin/rink"

View File

@@ -27,6 +27,7 @@ DEPEND+="
sys-libs/zlib
"
BDEPEND+="dev-ruby/asciidoctor"
RDEPEND+="net-misc/curl"
QA_FLAGS_IGNORED="usr/bin/rink"