Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libircclient/
Date: Sun, 11 Aug 2019 00:14:25
Message-Id: 1565482352.d5f4b4508cef4389a04b009938addd62d50cfd29.steils@gentoo
1 commit: d5f4b4508cef4389a04b009938addd62d50cfd29
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 00:12:26 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 00:12:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4b450
7
8 net-libs/libircclient: add USE=libressl
9
10 Closes: https://bugs.gentoo.org/687418
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 net-libs/libircclient/libircclient-1.10.ebuild | 11 +++++++----
15 1 file changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/libircclient/libircclient-1.10.ebuild b/net-libs/libircclient/libircclient-1.10.ebuild
18 index 940b5f0a396..03a8f11f274 100644
19 --- a/net-libs/libircclient/libircclient-1.10.ebuild
20 +++ b/net-libs/libircclient/libircclient-1.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,10 +11,13 @@ SRC_URI="mirror://sourceforge/libircclient/${P}.tar.gz"
28 LICENSE="LGPL-2+"
29 SLOT="0"
30 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
31 -IUSE="doc ipv6 ssl static-libs threads"
32 +IUSE="doc ipv6 libressl ssl static-libs threads"
33
34 -DEPEND="ssl? ( dev-libs/openssl:0 )"
35 -RDEPEND=${DEPEND}
36 +DEPEND="ssl? (
37 + !libressl? ( dev-libs/openssl:0= )
38 + libressl? ( dev-libs/libressl:0= )
39 + )"
40 +RDEPEND="${DEPEND}"
41
42 PATCHES=(
43 "${FILESDIR}"/${PN}-1.8-build.patch