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/w3mmee/
Date: Sat, 01 May 2021 07:43:21
Message-Id: 1619854979.554621c9dedb6b6b36f46aac03a0d13fdf12c89f.zlogene@gentoo
1 commit: 554621c9dedb6b6b36f46aac03a0d13fdf12c89f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 07:42:59 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 07:42:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554621c9
7
8 www-client/w3mmee: 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/w3mmee/w3mmee-0.3.2_p24-r12.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
17 index fd3d08fbe5a..74d467546bc 100644
18 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
19 +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.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 @@ -15,7 +15,7 @@ SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${MY_P}.tar.gz"
27 SLOT="0"
28 LICENSE="w3m"
29 KEYWORDS="amd64 ppc x86"
30 -IUSE="gpm libressl nls ssl"
31 +IUSE="gpm nls ssl"
32
33 DEPEND=">=dev-libs/boehm-gc-7.2
34 dev-libs/libmoe
35 @@ -25,8 +25,7 @@ DEPEND=">=dev-libs/boehm-gc-7.2
36 gpm? ( sys-libs/gpm )
37 nls? ( sys-devel/gettext )
38 ssl? (
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 )"
43 RDEPEND="${DEPEND}"
44 S="${WORKDIR}/${MY_P}"