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-lang/parrot/
Date: Mon, 07 Jan 2019 17:00:35
Message-Id: 1546880418.368da97f27624cf62516ba241b84bb1379445baf.polynomial-c@gentoo
1 commit: 368da97f27624cf62516ba241b84bb1379445baf
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 16:56:32 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 17:00:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368da97f
7
8 dev-lang/parrot: Adjusted (sub-)slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-lang/parrot/parrot-7.1.0.ebuild | 4 ++--
14 dev-lang/parrot/parrot-7.11.0.ebuild | 4 ++--
15 dev-lang/parrot/parrot-7.5.0.ebuild | 4 ++--
16 dev-lang/parrot/parrot-8.1.0.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild b/dev-lang/parrot/parrot-7.1.0.ebuild
20 index 21858f8b882..148ef1c2d81 100644
21 --- a/dev-lang/parrot/parrot-7.1.0.ebuild
22 +++ b/dev-lang/parrot/parrot-7.1.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
30 unicode? ( >=dev-libs/icu-2.6:= )
31 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
32 gmp? ( >=dev-libs/gmp-4.1.4 )
33 - ssl? ( dev-libs/openssl )
34 + ssl? ( dev-libs/openssl:0= )
35 pcre? ( dev-libs/libpcre )
36 doc? ( dev-perl/JSON )"
37
38
39 diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild b/dev-lang/parrot/parrot-7.11.0.ebuild
40 index e81e39db869..9655f5fbc60 100644
41 --- a/dev-lang/parrot/parrot-7.11.0.ebuild
42 +++ b/dev-lang/parrot/parrot-7.11.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
50 unicode? ( >=dev-libs/icu-2.6:= )
51 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
52 gmp? ( >=dev-libs/gmp-4.1.4 )
53 - ssl? ( dev-libs/openssl )
54 + ssl? ( dev-libs/openssl:0= )
55 pcre? ( dev-libs/libpcre )
56 doc? ( dev-perl/JSON )"
57
58
59 diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild b/dev-lang/parrot/parrot-7.5.0.ebuild
60 index e81e39db869..9655f5fbc60 100644
61 --- a/dev-lang/parrot/parrot-7.5.0.ebuild
62 +++ b/dev-lang/parrot/parrot-7.5.0.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=5
69 @@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline
70 unicode? ( >=dev-libs/icu-2.6:= )
71 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
72 gmp? ( >=dev-libs/gmp-4.1.4 )
73 - ssl? ( dev-libs/openssl )
74 + ssl? ( dev-libs/openssl:0= )
75 pcre? ( dev-libs/libpcre )
76 doc? ( dev-perl/JSON )"
77
78
79 diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild b/dev-lang/parrot/parrot-8.1.0.ebuild
80 index 53828b81e7b..dc938a69dfc 100644
81 --- a/dev-lang/parrot/parrot-8.1.0.ebuild
82 +++ b/dev-lang/parrot/parrot-8.1.0.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=5
89 @@ -25,7 +25,7 @@ RDEPEND="sys-libs/readline
90 unicode? ( >=dev-libs/icu-2.6:= )
91 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
92 gmp? ( >=dev-libs/gmp-4.1.4 )
93 - ssl? ( dev-libs/openssl )
94 + ssl? ( dev-libs/openssl:0= )
95 pcre? ( dev-libs/libpcre )
96 doc? ( dev-perl/JSON )"