diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:45:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:54:52 +0300 |
commit | f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4 (patch) | |
tree | 109dd994d377921c1558d53eb6826b70a7abb550 /net-irc | |
parent | net-irc/hexchat: remove libressl support (diff) | |
download | gentoo-f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4.tar.gz gentoo-f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4.tar.bz2 gentoo-f0b2ebdaf0a86aba7aae1323e6dd960977acb6a4.zip |
net-irc/kvirc: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild | 9 | ||||
-rw-r--r-- | net-irc/kvirc/kvirc-9999.ebuild | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild index f73ede8d1ee5..7c2667377c17 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild @@ -1,4 +1,4 @@ -# Copyright 2009-2020 Gentoo Authors +# Copyright 2009-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,7 +30,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl +phonon profile +python spell +ssl theora webkit" +IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND="dev-lang/perl:0 @@ -66,10 +66,7 @@ DEPEND="dev-qt/qtcore:5 phonon? ( media-libs/phonon[qt5(+)] ) python? ( ${PYTHON_DEPS} ) spell? ( app-text/enchant:0= ) - ssl? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - ) + ssl? ( dev-libs/openssl: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 5e4569dadd03..d73b347ff47d 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2009-2020 Gentoo Authors +# Copyright 2009-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,7 +30,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="" -IUSE="audiofile +dbus dcc_video debug doc gsm kde libressl +nls oss +perl +phonon profile +python spell +ssl theora webkit" +IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND="dev-lang/perl:0 @@ -66,10 +66,7 @@ DEPEND="dev-qt/qtcore:5 phonon? ( media-libs/phonon[qt5(+)] ) python? ( ${PYTHON_DEPS} ) spell? ( app-text/enchant:0= ) - ssl? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) theora? ( media-libs/libogg media-libs/libtheora |