Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Fri, 30 Apr 2021 18:30:29
Message-Id: 1619807421.27ee741c274353455815e5071c942674dcdbd81c.zlogene@gentoo
1 commit: 27ee741c274353455815e5071c942674dcdbd81c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 18:26:58 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 18:30:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ee741c
7
8 www-client/falkon: 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 www-client/falkon/falkon-3.1.0-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild
17 index 46048489b5a..cd45fbe8e77 100644
18 --- a/www-client/falkon/falkon-3.1.0-r1.ebuild
19 +++ b/www-client/falkon/falkon-3.1.0-r1.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 @@ -19,7 +19,7 @@ HOMEPAGE="https://www.falkon.org/"
27
28 LICENSE="GPL-3"
29 SLOT="0"
30 -IUSE="dbus kde libressl +X"
31 +IUSE="dbus kde +X"
32
33 COMMON_DEPEND="
34 >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
35 @@ -39,8 +39,7 @@ COMMON_DEPEND="
36 >=kde-frameworks/kwallet-${KFMIN}:5
37 >=kde-frameworks/purpose-${KFMIN}:5
38 )
39 - libressl? ( dev-libs/libressl:= )
40 - !libressl? ( dev-libs/openssl:0= )
41 + dev-libs/openssl:0=
42 X? (
43 >=dev-qt/qtx11extras-${QTMIN}:5
44 x11-libs/libxcb:=