Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Fri, 30 Oct 2020 17:38:45
Message-Id: 1604079474.7c27aabbd9265fbb8cf8bef3dbad109c85341d39.zmedico@gentoo
1 commit: 7c27aabbd9265fbb8cf8bef3dbad109c85341d39
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Oct 30 07:24:43 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 17:37:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c27aabb
7
8 dev-util/ostree: libressl support
9
10 Closes: https://github.com/gentoo/gentoo/pull/18072
11 Closes: https://bugs.gentoo.org/751103
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 dev-util/ostree/ostree-2020.7.ebuild | 8 ++++++--
17 1 file changed, 6 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/ostree/ostree-2020.7.ebuild b/dev-util/ostree/ostree-2020.7.ebuild
20 index f3dbd52e229..65675eb0f6b 100644
21 --- a/dev-util/ostree/ostree-2020.7.ebuild
22 +++ b/dev-util/ostree/ostree-2020.7.ebuild
23 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
24 LICENSE="LGPL-2+"
25 SLOT="0"
26
27 -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf"
28 +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount libressl selinux sodium ssl soup systemd zeroconf"
29 RESTRICT="test"
30 REQUIRED_USE="httpd? ( || ( curl soup ) )"
31
32 @@ -33,7 +33,11 @@ COMMON_DEPEND="
33 introspection? ( dev-libs/gobject-introspection )
34 ssl? (
35 gnutls? ( net-libs/gnutls )
36 - !gnutls? ( dev-libs/openssl:0= ) )
37 + !gnutls? (
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= )
40 + )
41 + )
42 >=sys-fs/fuse-2.9.2:0
43 sys-libs/zlib
44 libmount? ( sys-apps/util-linux )