diff options
author | Naohiro Aota <naota@gentoo.org> | 2020-02-13 10:30:11 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2020-07-30 16:58:58 +0900 |
commit | f064d3bc663fe951afb610ad72050177b9bf174b (patch) | |
tree | 3a270d61d85b0495bcab8ede99dffd8f97a8a16f /dev-ruby/ruby-vte | |
parent | dev-ruby/ruby-gtksourceview3: fix dependency (diff) | |
download | gentoo-f064d3bc663fe951afb610ad72050177b9bf174b.tar.gz gentoo-f064d3bc663fe951afb610ad72050177b9bf174b.tar.bz2 gentoo-f064d3bc663fe951afb610ad72050177b9bf174b.zip |
dev-ruby/ruby-vte: fix dependency
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r-- | dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild index e91a33a4e925..9441905dca85 100644 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ IUSE="" RDEPEND+=" >=x11-libs/vte-0.12.1:0" DEPEND+=" >=x11-libs/vte-0.12.1:0" -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}" all_ruby_prepare() { # Avoid native installer diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild index d1099f2a49c3..488b02382616 100644 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ IUSE="" RDEPEND+=" >=x11-libs/vte-0.12.1:0" DEPEND+=" >=x11-libs/vte-0.12.1:0" -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}" all_ruby_prepare() { # Avoid native installer diff --git a/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild index d1099f2a49c3..488b02382616 100644 --- a/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild +++ b/dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ IUSE="" RDEPEND+=" >=x11-libs/vte-0.12.1:0" DEPEND+=" >=x11-libs/vte-0.12.1:0" -ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-gtk2-${PV}" all_ruby_prepare() { # Avoid native installer |