Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-fs/hubicfuse/
Date: Mon, 03 May 2021 09:36:49
Message-Id: 1620034356.53d14d79146f2687476c935637323b1af5d8fcf3.andrewammerlaan@gentoo
1 commit: 53d14d79146f2687476c935637323b1af5d8fcf3
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon May 3 09:32:36 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon May 3 09:32:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d14d79
7
8 net-fs/hubicfuse: drop libressl
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
17 index f20d9e52a..94d4fde6c 100644
18 --- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
19 +++ b/net-fs/hubicfuse/hubicfuse-3.0.1.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 @@ -12,12 +12,10 @@ SLOT="0"
27
28 LICENSE="LGPL-3"
29 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
30 -IUSE="libressl"
31
32 DEPEND="
33 net-misc/curl
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 sys-fs/fuse:0
38 sys-apps/file
39 dev-libs/libxml2