mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-misc/mosquitto: add USE=libressl
Closes: https://bugs.gentoo.org/699546 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Stefan Strogin <steils@gentoo.org>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
|
||||
LICENSE="EPL-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
|
||||
IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
|
||||
|
||||
REQUIRED_USE="test? ( bridge )"
|
||||
|
||||
@@ -21,7 +21,10 @@ RDEPEND="
|
||||
acct-user/mosquitto
|
||||
acct-group/mosquitto
|
||||
srv? ( net-dns/c-ares:= )
|
||||
ssl? ( dev-libs/openssl:0= )
|
||||
ssl? (
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
)
|
||||
tcpd? ( sys-apps/tcp-wrappers )"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
|
||||
Reference in New Issue
Block a user