mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -24,6 +24,12 @@ BDEPEND="
|
||||
test? ( dev-util/cargo-nextest )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
openssl? (
|
||||
!static? ( dev-libs/openssl:= )
|
||||
)
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/bite"
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
Reference in New Issue
Block a user