mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-cpp/usockets: ssl -> openssl use flag changed
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -19,9 +19,9 @@ fi
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="libuv +ssl libressl debug"
|
||||
IUSE="libuv +openssl libressl debug"
|
||||
|
||||
DEPEND="ssl? (
|
||||
DEPEND="openssl? (
|
||||
libressl? ( >=dev-libs/libressl-3.0.0 )
|
||||
!libressl? ( >=dev-libs/openssl-1.1.0 )
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user