public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/
Date: Sat, 11 Jul 2020 20:52:05 +0000 (UTC)	[thread overview]
Message-ID: <1594500636.8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69.steils@gentoo> (raw)

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	other threads:[~2020-07-11 20:52 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11 20:52 Stefan Strogin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:19 [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ Andreas Sturmlechner
2024-10-21 15:33 Andreas Sturmlechner
2024-10-13 14:00 Andreas Sturmlechner
2024-09-09  0:17 Eli Schwartz
2024-09-05  4:08 Eli Schwartz
2024-08-09  8:57 Sam James
2024-08-09  8:50 Jakov Smolić
2024-06-10 13:21 Joonas Niilola
2024-05-21  8:22 Joonas Niilola
2024-05-21  6:22 Arthur Zamarin
2024-04-20  7:44 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23  8:31 Joonas Niilola
2024-02-23  8:31 Joonas Niilola
2024-01-20 13:33 Sam James
2023-05-28 11:37 Joonas Niilola
2023-05-22 10:29 Joonas Niilola
2023-05-20  9:28 Sam James
2023-05-04 19:04 Jakov Smolić
2022-02-02  2:58 Sam James
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2021-10-05  7:39 Jakov Smolić
2021-07-01 20:37 Mike Gilbert
2021-07-01 20:08 Mike Gilbert
2021-05-31 23:04 Mike Gilbert
2021-04-30  9:54 Mikle Kolyada
2020-10-20 20:35 Mike Gilbert
2020-10-20 20:35 Mike Gilbert
2020-07-14 19:05 Mike Gilbert
2020-07-04 13:53 Mike Gilbert
2020-02-10 12:12 Michał Górny
2020-01-17 19:09 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-06-28 18:10 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2019-02-25 21:25 Mike Gilbert
2018-12-11 17:48 Mike Gilbert
2018-11-16 20:25 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-08-22 19:01 Mike Gilbert
2018-08-22 19:01 Mike Gilbert
2018-06-13 14:36 Mike Gilbert
2018-06-13 14:36 Mike Gilbert
2018-05-22 18:24 Mike Gilbert
2018-05-22 18:24 Mike Gilbert
2018-04-26 15:14 Mike Gilbert
2018-04-03 16:40 Mike Gilbert
2018-03-08 19:33 Mike Gilbert
2018-02-12 19:16 Mike Gilbert
2018-02-12 19:16 Mike Gilbert
2017-12-18 17:37 Mike Gilbert
2017-11-15 19:26 Mike Gilbert
2017-11-01 20:54 Mike Gilbert
2017-10-02 17:36 Mike Gilbert
2017-09-11 18:39 Mike Gilbert
2017-09-11 18:39 Mike Gilbert
2017-08-31 20:54 Andreas Sturmlechner
2017-08-31 19:53 Mike Gilbert
2017-08-31 19:53 Mike Gilbert
2017-08-04 18:39 Mike Gilbert
2017-08-04 18:39 Mike Gilbert
2017-06-03 19:27 Mike Gilbert
2017-06-03 19:27 Mike Gilbert
2017-04-04 19:50 Mike Gilbert
2017-03-11  3:04 Mike Gilbert
2017-03-11  3:04 Mike Gilbert
2017-02-21 19:08 Mike Gilbert
2017-02-02 20:06 Mike Gilbert
2017-01-27 17:34 Mike Gilbert
2017-01-27 17:34 Mike Gilbert
2016-12-01 21:20 Mike Gilbert
2016-10-05 19:36 Mike Gilbert
2016-10-05 19:36 Mike Gilbert
2016-08-01 16:40 Mike Gilbert
2016-08-01 16:40 Mike Gilbert
2016-07-29  2:00 Mike Gilbert
2016-04-02 21:31 Mike Gilbert
2016-03-16 13:27 Ian Delaney
2016-03-16 13:27 Ian Delaney
2016-03-07 13:34 Agostino Sarubbo
2016-02-01 22:16 Mike Gilbert
2016-02-01  0:41 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-10 21:48 Mike Gilbert
2015-12-10 20:46 Mike Gilbert
2015-12-10 20:46 Mike Gilbert
2015-12-10 20:46 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1594500636.8a0558a2c1eb1cf87d9914fdad87acc5fdd10d69.steils@gentoo \
    --to=steils@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox