Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/
Date: Sun, 07 Jan 2018 08:48:42
Message-Id: 1515314899.fe919208c78e3bd1cdfa2e25f4e229e146ce1019.graaff@gentoo
1 commit: fe919208c78e3bd1cdfa2e25f4e229e146ce1019
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 08:46:09 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 08:48:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe919208
7
8 dev-lang/ruby: add sub-slot dep for sys-libs/gdbm
9
10 Closes: https://bugs.gentoo.org/643300
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 dev-lang/ruby/ruby-2.2.9.ebuild | 4 ++--
14 dev-lang/ruby/ruby-2.3.6.ebuild | 4 ++--
15 dev-lang/ruby/ruby-2.4.3.ebuild | 4 ++--
16 dev-lang/ruby/ruby-2.5.0-r1.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-lang/ruby/ruby-2.2.9.ebuild b/dev-lang/ruby/ruby-2.2.9.ebuild
20 index 05de5df039d..38ba9ac801b 100644
21 --- a/dev-lang/ruby/ruby-2.2.9.ebuild
22 +++ b/dev-lang/ruby/ruby-2.2.9.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
30
31 RDEPEND="
32 berkdb? ( sys-libs/db:= )
33 - gdbm? ( sys-libs/gdbm )
34 + gdbm? ( sys-libs/gdbm:= )
35 jemalloc? ( dev-libs/jemalloc )
36 ssl? (
37 !libressl? ( dev-libs/openssl:0= )
38
39 diff --git a/dev-lang/ruby/ruby-2.3.6.ebuild b/dev-lang/ruby/ruby-2.3.6.ebuild
40 index d41fd224c41..e1b0efffb5f 100644
41 --- a/dev-lang/ruby/ruby-2.3.6.ebuild
42 +++ b/dev-lang/ruby/ruby-2.3.6.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
50
51 RDEPEND="
52 berkdb? ( sys-libs/db:= )
53 - gdbm? ( sys-libs/gdbm )
54 + gdbm? ( sys-libs/gdbm:= )
55 jemalloc? ( dev-libs/jemalloc )
56 ssl? (
57 !libressl? ( dev-libs/openssl:0= )
58
59 diff --git a/dev-lang/ruby/ruby-2.4.3.ebuild b/dev-lang/ruby/ruby-2.4.3.ebuild
60 index 46a0abb3372..76b123a6e62 100644
61 --- a/dev-lang/ruby/ruby-2.4.3.ebuild
62 +++ b/dev-lang/ruby/ruby-2.4.3.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
70
71 RDEPEND="
72 berkdb? ( sys-libs/db:= )
73 - gdbm? ( sys-libs/gdbm )
74 + gdbm? ( sys-libs/gdbm:= )
75 jemalloc? ( dev-libs/jemalloc )
76 ssl? (
77 !libressl? ( dev-libs/openssl:0= )
78
79 diff --git a/dev-lang/ruby/ruby-2.5.0-r1.ebuild b/dev-lang/ruby/ruby-2.5.0-r1.ebuild
80 index 22de96c87ec..a6c97c1a736 100644
81 --- a/dev-lang/ruby/ruby-2.5.0-r1.ebuild
82 +++ b/dev-lang/ruby/ruby-2.5.0-r1.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2018 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
90
91 RDEPEND="
92 berkdb? ( sys-libs/db:= )
93 - gdbm? ( sys-libs/gdbm )
94 + gdbm? ( sys-libs/gdbm:= )
95 jemalloc? ( dev-libs/jemalloc )
96 ssl? (
97 !libressl? ( dev-libs/openssl:0= )