commit: 7c27aabbd9265fbb8cf8bef3dbad109c85341d39 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Fri Oct 30 07:24:43 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Oct 30 17:37:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c27aabb
dev-util/ostree: libressl support Closes: https://github.com/gentoo/gentoo/pull/18072 Closes: https://bugs.gentoo.org/751103 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-util/ostree/ostree-2020.7.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/ostree/ostree-2020.7.ebuild b/dev-util/ostree/ostree-2020.7.ebuild index f3dbd52e229..65675eb0f6b 100644 --- a/dev-util/ostree/ostree-2020.7.ebuild +++ b/dev-util/ostree/ostree-2020.7.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" LICENSE="LGPL-2+" SLOT="0" -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl soup systemd zeroconf" +IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount libressl selinux sodium ssl soup systemd zeroconf" RESTRICT="test" REQUIRED_USE="httpd? ( || ( curl soup ) )" @@ -33,7 +33,11 @@ COMMON_DEPEND=" introspection? ( dev-libs/gobject-introspection ) ssl? ( gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl:0= ) ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + ) >=sys-fs/fuse-2.9.2:0 sys-libs/zlib libmount? ( sys-apps/util-linux )