From: Lars Wendler Date: Mon, 7 Jan 2019 18:07:13 +0000 (+0100) Subject: dev-util/ostree: Adjusted slot dependency on dev-libs/openssl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=350ee0a22832827ef5de88ea5154c1d1d89d8a8c;p=gentoo.git dev-util/ostree: Adjusted slot dependency on dev-libs/openssl source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/dev-util/ostree/ostree-2018.5.ebuild b/dev-util/ostree/ostree-2018.5.ebuild index 3c2aec24a4af..a625a9af6c8f 100644 --- a/dev-util/ostree/ostree-2018.5.ebuild +++ b/dev-util/ostree/ostree-2018.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ COMMON_DEPEND=" dev-libs/glib:= dev-libs/libassuan:= dev-libs/libgpg-error:= - dev-libs/openssl:= + dev-libs/openssl:0= net-misc/curl:= sys-apps/util-linux:= sys-fs/fuse:= diff --git a/dev-util/ostree/ostree-2018.9.ebuild b/dev-util/ostree/ostree-2018.9.ebuild index 495e21ac476f..deeb95b146b1 100644 --- a/dev-util/ostree/ostree-2018.9.ebuild +++ b/dev-util/ostree/ostree-2018.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ COMMON_DEPEND=" dev-libs/glib:= dev-libs/libassuan:= dev-libs/libgpg-error:= - dev-libs/openssl:= + dev-libs/openssl:0= sys-apps/util-linux:= sys-fs/fuse:= sys-libs/zlib:=