net-irc/unrealircd: Add IUSE=libressl
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Thu, 21 Mar 2019 11:04:26 +0000 (12:04 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Mar 2019 11:20:12 +0000 (22:20 +1100)
Closes: https://github.com/gentoo/gentoo/pull/11440
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
net-irc/unrealircd/unrealircd-4.2.0.ebuild
net-irc/unrealircd/unrealircd-4.2.2.ebuild

index 59861f9667fc737a63eb012217f155324cbdb014..9f2dfabd381210171d33af046d82c6b8a251fb51 100644 (file)
@@ -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:=
index 85e8ccfaf7a96bf22d4d0f3c5cec6b4638a594df..1d8d584e4d03df9331e985ecde3679da4be8584f 100644 (file)
@@ -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:=