Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Mon, 07 Jan 2019 19:15:59
Message-Id: 1546888529.350ee0a22832827ef5de88ea5154c1d1d89d8a8c.polynomial-c@gentoo
1 commit: 350ee0a22832827ef5de88ea5154c1d1d89d8a8c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:07:13 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350ee0a2
7
8 dev-util/ostree: Adjusted slot dependency on dev-libs/openssl
9
10 source-based packages should never depend on any other openssl slot
11 than slot 0.
12
13 Package-Manager: Portage-2.3.54, Repoman-2.3.12
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 dev-util/ostree/ostree-2018.5.ebuild | 4 ++--
17 dev-util/ostree/ostree-2018.9.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-util/ostree/ostree-2018.5.ebuild b/dev-util/ostree/ostree-2018.5.ebuild
21 index 3c2aec24a4a..a625a9af6c8 100644
22 --- a/dev-util/ostree/ostree-2018.5.ebuild
23 +++ b/dev-util/ostree/ostree-2018.5.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -21,7 +21,7 @@ COMMON_DEPEND="
31 dev-libs/glib:=
32 dev-libs/libassuan:=
33 dev-libs/libgpg-error:=
34 - dev-libs/openssl:=
35 + dev-libs/openssl:0=
36 net-misc/curl:=
37 sys-apps/util-linux:=
38 sys-fs/fuse:=
39
40 diff --git a/dev-util/ostree/ostree-2018.9.ebuild b/dev-util/ostree/ostree-2018.9.ebuild
41 index 495e21ac476..deeb95b146b 100644
42 --- a/dev-util/ostree/ostree-2018.9.ebuild
43 +++ b/dev-util/ostree/ostree-2018.9.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -20,7 +20,7 @@ COMMON_DEPEND="
51 dev-libs/glib:=
52 dev-libs/libassuan:=
53 dev-libs/libgpg-error:=
54 - dev-libs/openssl:=
55 + dev-libs/openssl:0=
56 sys-apps/util-linux:=
57 sys-fs/fuse:=
58 sys-libs/zlib:=