public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
Date: Sat, 26 May 2018 16:56:17 +0000 (UTC)	[thread overview]
Message-ID: <1527353516.d17e770c9f3102743928e493d3ccc9f73f3f0cf6.leio@gentoo> (raw)

commit:     d17e770c9f3102743928e493d3ccc9f73f3f0cf6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 12:38:49 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 26 16:51:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17e770c

net-voip/telepathy-gabble: add LibreSSL support

 net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index b6a3ce07eea..b20b0f2d4ec 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 # Python is used during build for some scripted source files generation (and twisted tests)
 PYTHON_COMPAT=( python2_7 )
 
@@ -14,7 +14,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle plugins test"
+IUSE="gnutls +jingle libressl plugins test"
 
 # Prevent false positives due nested configure
 QA_CONFIGURE_OPTIONS=".*"
@@ -33,7 +33,10 @@ RDEPEND="
 	dev-db/sqlite:3
 
 	gnutls? ( >=net-libs/gnutls-2.10.2 )
-	!gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
+	!gnutls? (
+		libressl? ( dev-libs/libressl:0= )
+		!libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
+	)
 	jingle? (
 		>=net-libs/libsoup-2.42
 		>=net-libs/libnice-0.0.11 )


             reply	other threads:[~2018-05-26 16:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-26 16:56 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07 19:35 [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/ David Seifert
2022-11-25  3:08 Matt Turner
2022-10-29 17:44 Matt Turner
2021-12-19  1:30 Matt Turner
2021-09-16 19:11 Sam James
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-02 19:50 Mikle Kolyada
2020-09-19 12:29 Michał Górny
2020-03-26 17:36 Michał Górny
2019-09-15 14:55 Michał Górny
2019-04-24 19:39 Andreas Sturmlechner
2019-04-24 19:39 Andreas Sturmlechner
2019-02-07 13:33 Mikle Kolyada
2019-01-31 22:15 Thomas Deutschmann
2018-11-02 11:13 Mart Raudsepp
2017-09-25 16:56 Mart Raudsepp
2017-09-23 21:13 Thomas Deutschmann
2017-07-15 11:04 Tobias Klausmann
2017-06-11 22:27 Mart Raudsepp
2017-06-11 22:27 Mart Raudsepp
2017-06-11 22:27 Mart Raudsepp

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=1527353516.d17e770c9f3102743928e493d3ccc9f73f3f0cf6.leio@gentoo \
    --to=leio@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