Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-vte/
Date: Thu, 30 Jul 2020 08:00:52
Message-Id: 1596095938.f064d3bc663fe951afb610ad72050177b9bf174b.naota@gentoo
1 commit: f064d3bc663fe951afb610ad72050177b9bf174b
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 13 01:30:11 2020 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 07:58:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f064d3bc
7
8 dev-ruby/ruby-vte: fix dependency
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
12
13 dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild | 4 ++--
14 dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild | 4 ++--
15 dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild
19 index e91a33a4e92..9441905dca8 100644
20 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild
21 +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -13,7 +13,7 @@ IUSE=""
29 RDEPEND+=" >=x11-libs/vte-0.12.1:0"
30 DEPEND+=" >=x11-libs/vte-0.12.1:0"
31
32 -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
33 +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}"
34
35 all_ruby_prepare() {
36 # Avoid native installer
37
38 diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild
39 index d1099f2a49c..488b0238261 100644
40 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild
41 +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -13,7 +13,7 @@ IUSE=""
49 RDEPEND+=" >=x11-libs/vte-0.12.1:0"
50 DEPEND+=" >=x11-libs/vte-0.12.1:0"
51
52 -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
53 +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}"
54
55 all_ruby_prepare() {
56 # Avoid native installer
57
58 diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild
59 index d1099f2a49c..488b0238261 100644
60 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild
61 +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -13,7 +13,7 @@ IUSE=""
69 RDEPEND+=" >=x11-libs/vte-0.12.1:0"
70 DEPEND+=" >=x11-libs/vte-0.12.1:0"
71
72 -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
73 +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}"
74
75 all_ruby_prepare() {
76 # Avoid native installer