diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-01 10:47:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-01 10:47:42 +0200 |
commit | 6eaea842808852e8551c315ef2107708fe917a10 (patch) | |
tree | 7c6ea768352c37c8ce44662819fff5050e8de35c /virtual | |
parent | virtual/rubygems: stabilize 19 for ALLARCHES (diff) | |
download | gentoo-6eaea842808852e8551c315ef2107708fe917a10.tar.gz gentoo-6eaea842808852e8551c315ef2107708fe917a10.tar.bz2 gentoo-6eaea842808852e8551c315ef2107708fe917a10.zip |
virtual/ruby-ssl: stabilize 13 for ALLARCHES
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/ruby-ssl/ruby-ssl-13.ebuild b/virtual/ruby-ssl/ruby-ssl-13.ebuild index c82e7535a2fe..421b6188f568 100644 --- a/virtual/ruby-ssl/ruby-ssl-13.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit ruby-ng DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" 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" +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_ruby31? ( dev-lang/ruby:3.1[ssl] ) |