commit:     14e84b42b4582d5b1eaaa1453429ee2a4ad0b6b6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Mar 21 11:04:26 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:20:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e84b42

net-irc/unrealircd: Add IUSE=libressl

Closes: https://github.com/gentoo/gentoo/pull/11440
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 net-irc/unrealircd/unrealircd-4.2.0.ebuild | 7 ++++---
 net-irc/unrealircd/unrealircd-4.2.2.ebuild | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/net-irc/unrealircd/unrealircd-4.2.0.ebuild 
b/net-irc/unrealircd/unrealircd-4.2.0.ebuild
index 59861f9667f..9f2dfabd381 100644
--- a/net-irc/unrealircd/unrealircd-4.2.0.ebuild
+++ b/net-irc/unrealircd/unrealircd-4.2.0.ebuild
@@ -13,11 +13,12 @@ SRC_URI="https://www.unrealircd.org/${PN}$(ver_cut 
1)/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux"
-IUSE="class-nofakelag curl +extban-stacking +operoverride operoverride-verify 
+prefixaq
-       showlistmodes shunnotices topicisnuhost +usermod"
+IUSE="class-nofakelag curl +extban-stacking libressl +operoverride 
operoverride-verify
+       +prefixaq showlistmodes shunnotices topicisnuhost +usermod"
 
 RDEPEND="
-       dev-libs/openssl:0=
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:= )
        dev-libs/libpcre2
        dev-libs/tre
        >=net-dns/c-ares-1.7:=

diff --git a/net-irc/unrealircd/unrealircd-4.2.2.ebuild 
b/net-irc/unrealircd/unrealircd-4.2.2.ebuild
index 85e8ccfaf7a..1d8d584e4d0 100644
--- a/net-irc/unrealircd/unrealircd-4.2.2.ebuild
+++ b/net-irc/unrealircd/unrealircd-4.2.2.ebuild
@@ -13,12 +13,13 @@ SRC_URI="https://www.unrealircd.org/${PN}$(ver_cut 
1)/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux"
-IUSE="class-nofakelag curl +extban-stacking +operoverride operoverride-verify 
+prefixaq
-       showlistmodes shunnotices topicisnuhost +usermod"
+IUSE="class-nofakelag curl +extban-stacking libressl +operoverride 
operoverride-verify
+       +prefixaq showlistmodes shunnotices topicisnuhost +usermod"
 
 RDEPEND="
        >=app-crypt/argon2-20171227-r1:=
-       dev-libs/openssl:0=
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:= )
        dev-libs/libpcre2
        dev-libs/tre
        >=net-dns/c-ares-1.7:=

Reply via email to