Skip to content

Commit

Permalink
dev-ruby/ruby-vte: fix dependency
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Naohiro Aota <[email protected]>
  • Loading branch information
naota committed Jul 30, 2020
1 parent 21f5f35 commit f064d3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-ruby/ruby-vte/ruby-vte-3.3.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dev-ruby/ruby-vte/ruby-vte-3.3.6.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dev-ruby/ruby-vte/ruby-vte-3.3.7.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f064d3b

Please sign in to comment.