Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: www-client/w3mmee/
Date: Mon, 03 May 2021 00:07:20
Message-Id: 1620000078.49125ccbf2d626d945928555ec49003a39070d09.quentin@gentoo
1 commit: 49125ccbf2d626d945928555ec49003a39070d09
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Mon May 3 00:01:18 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 3 00:01:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=49125ccb
7
8 www-client/w3mmee: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 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 df9a5b2..b7e614b 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 @@ -15,7 +15,7 @@ SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${MY_P}.tar.gz"
21 SLOT="0"
22 LICENSE="w3m"
23 KEYWORDS="amd64 ppc x86"
24 -IUSE="gpm libressl nls ssl"
25 +IUSE="gpm nls ssl"
26
27 DEPEND=">=dev-libs/boehm-gc-7.2
28 dev-libs/libmoe
29 @@ -24,10 +24,7 @@ DEPEND=">=dev-libs/boehm-gc-7.2
30 sys-libs/zlib
31 gpm? ( sys-libs/gpm )
32 nls? ( sys-devel/gettext )
33 - ssl? (
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 - )"
37 + ssl? ( dev-libs/openssl:0= )"
38 RDEPEND="${DEPEND}"
39 S="${WORKDIR}/${MY_P}"