diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-09-23 09:05:21 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-09-23 09:07:35 +0200 |
commit | 218a94d7b0d13541adec40713fed7f8f74d52314 (patch) | |
tree | 485611fa6054f2875ae0595528c7941620a91fd1 /virtual/ruby-ssl | |
parent | dev-ruby/ruby-elf: add fake ruby31 target (diff) | |
download | gentoo-218a94d7b0d13541adec40713fed7f8f74d52314.tar.gz gentoo-218a94d7b0d13541adec40713fed7f8f74d52314.tar.bz2 gentoo-218a94d7b0d13541adec40713fed7f8f74d52314.zip |
virtual/ruby-ssl: drop ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'virtual/ruby-ssl')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-12.ebuild | 3 | ||||
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-13.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/virtual/ruby-ssl/ruby-ssl-12.ebuild b/virtual/ruby-ssl/ruby-ssl-12.ebuild index 6adc790a6e8e..df45643aa5e9 100644 --- a/virtual/ruby-ssl/ruby-ssl-12.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby31" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - ruby_targets_ruby30? ( dev-lang/ruby:3.0[ssl] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1[ssl] ) " diff --git a/virtual/ruby-ssl/ruby-ssl-13.ebuild b/virtual/ruby-ssl/ruby-ssl-13.ebuild index 163566e042bc..c82e7535a2fe 100644 --- a/virtual/ruby-ssl/ruby-ssl-13.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32" inherit ruby-ng @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - ruby_targets_ruby30? ( dev-lang/ruby:3.0[ssl] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1[ssl] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2[ssl] ) " |