dev-util/bugbite-cli: openssl is an RDEPEND when USE='+openssl,-static'

Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2025-04-10 15:49:38 +02:00
parent 05394622ec
commit 97e40d0b24

View File

@@ -24,6 +24,12 @@ BDEPEND="
test? ( dev-util/cargo-nextest )
"
RDEPEND="
openssl? (
!static? ( dev-libs/openssl:= )
)
"
QA_FLAGS_IGNORED="usr/bin/bite"
pkg_setup() {