Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/sofia-sip/
Date: Sun, 02 May 2021 10:56:43
Message-Id: 1619952863.bc5f2674d5a37f03512625611f1bc0e0df295c77.zlogene@gentoo
1 commit: bc5f2674d5a37f03512625611f1bc0e0df295c77
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:54:23 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:54:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f2674
7
8 net-libs/sofia-sip: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/sofia-sip/sofia-sip-1.12.11.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
17 index 74133e26059..5ef2784fddd 100644
18 --- a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
19 +++ b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,15 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27 LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT
28 SLOT="0"
29 KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 sparc x86 ~x86-linux"
30 -IUSE="libressl ssl"
31 +IUSE="ssl"
32 # tests are broken, see bugs 304607 and 330261
33 RESTRICT="test"
34
35 RDEPEND="
36 dev-libs/glib:2
37 ssl? (
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= )
40 + dev-libs/openssl:0=
41 )"
42 DEPEND="${RDEPEND}"
43 BDEPEND="virtual/pkgconfig"