summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-21 12:04:26 +0100
committerMichael Palimaka <kensington@gentoo.org>2019-03-21 22:20:12 +1100
commit14e84b42b4582d5b1eaaa1453429ee2a4ad0b6b6 (patch)
treec321a284f0662929b525932aec24acbb46dc4a2f /net-irc/unrealircd
parentmedia-libs/libqaccessibilityclient: amd64 stable wrt bug #679994 (diff)
downloadgentoo-14e84b42b4582d5b1eaaa1453429ee2a4ad0b6b6.tar.gz
gentoo-14e84b42b4582d5b1eaaa1453429ee2a4ad0b6b6.tar.bz2
gentoo-14e84b42b4582d5b1eaaa1453429ee2a4ad0b6b6.zip
net-irc/unrealircd: Add IUSE=libressl
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>
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/unrealircd-4.2.0.ebuild7
-rw-r--r--net-irc/unrealircd/unrealircd-4.2.2.ebuild7
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 59861f9667fc..9f2dfabd3812 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 85e8ccfaf7a9..1d8d584e4d03 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:=