commit:     8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 20:48:27 2020 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 20:50:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0558a2

net-irc/kvirc: add USE=libressl

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild | 7 +++++--
 net-irc/kvirc/kvirc-9999.ebuild                  | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
index ad5c9bef704..a3a3c7128ed 100644
--- a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
+++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild
@@ -30,7 +30,7 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
+IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl 
+phonon profile +python spell +ssl theora webkit"
 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 BDEPEND="dev-lang/perl:0
@@ -66,7 +66,10 @@ DEPEND="dev-qt/qtcore:5
        phonon? ( media-libs/phonon[qt5(+)] )
        python? ( ${PYTHON_DEPS} )
        spell? ( app-text/enchant:0= )
-       ssl? ( dev-libs/openssl:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        theora? (
                media-libs/libogg
                media-libs/libtheora

diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
index 8be4b3e7e2e..c7a673bfd4a 100644
--- a/net-irc/kvirc/kvirc-9999.ebuild
+++ b/net-irc/kvirc/kvirc-9999.ebuild
@@ -30,7 +30,7 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
+IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl 
+phonon profile +python spell +ssl theora webkit"
 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 BDEPEND="dev-lang/perl:0
@@ -66,7 +66,10 @@ DEPEND="dev-qt/qtcore:5
        phonon? ( media-libs/phonon[qt5(+)] )
        python? ( ${PYTHON_DEPS} )
        spell? ( app-text/enchant:0= )
-       ssl? ( dev-libs/openssl:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        theora? (
                media-libs/libogg
                media-libs/libtheora

Reply via email to