diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:53:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:53:16 +0300 |
commit | 1f7f61f1d5e8a74329dc808925d8174747bf4061 (patch) | |
tree | 69c973b8c6fdccc035ed1df26262af8a8e3218e2 /app-misc/mosquitto/mosquitto-1.6.10.ebuild | |
parent | net-voip/telepathy-gabble: remove libressl support (diff) | |
download | gentoo-1f7f61f1d5e8a74329dc808925d8174747bf4061.tar.gz gentoo-1f7f61f1d5e8a74329dc808925d8174747bf4061.tar.bz2 gentoo-1f7f61f1d5e8a74329dc808925d8174747bf4061.zip |
app-misc/mosquitto: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-misc/mosquitto/mosquitto-1.6.10.ebuild')
-rw-r--r-- | app-misc/mosquitto/mosquitto-1.6.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/mosquitto/mosquitto-1.6.10.ebuild b/app-misc/mosquitto/mosquitto-1.6.10.ebuild index 3711e89f61db..e6439ec04b86 100644 --- a/app-misc/mosquitto/mosquitto-1.6.10.ebuild +++ b/app-misc/mosquitto/mosquitto-1.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets" +IUSE="bridge examples +persistence +srv ssl tcpd test websockets" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( bridge )" @@ -23,8 +23,7 @@ RDEPEND=" acct-group/mosquitto srv? ( net-dns/c-ares:= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) tcpd? ( sys-apps/tcp-wrappers )" |