diff options
author | Stefan Strogin <steils@gentoo.org> | 2020-07-11 23:48:27 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-07-11 23:50:36 +0300 |
commit | 8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69 (patch) | |
tree | 199f86ccfbf2d654e06ffa44e7f9c1e451a2bcdd /net-irc/kvirc | |
parent | app-text/hunspell: sparc stable (bug #717968) (diff) | |
download | gentoo-8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69.tar.gz gentoo-8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69.tar.bz2 gentoo-8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69.zip |
net-irc/kvirc: add USE=libressl
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'net-irc/kvirc')
-rw-r--r-- | net-irc/kvirc/kvirc-5.2_pre20200605155236.ebuild | 7 | ||||
-rw-r--r-- | 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 ad5c9bef7040..a3a3c7128ed2 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 8be4b3e7e2e9..c7a673bfd4ad 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 |