diff options
author | 2019-03-30 22:49:48 +0300 | |
---|---|---|
committer | 2019-03-30 22:50:22 +0300 | |
commit | 58dc890c64d6fb6e72c1c05c8470189166dbe669 (patch) | |
tree | 1feb77db5529bb5895115a6ca77546de3f3e292b /virtual/ruby-ssl | |
parent | dev-ruby/nokogiri: mark s390 stable (diff) | |
download | gentoo-58dc890c64d6fb6e72c1c05c8470189166dbe669.tar.gz gentoo-58dc890c64d6fb6e72c1c05c8470189166dbe669.tar.bz2 gentoo-58dc890c64d6fb6e72c1c05c8470189166dbe669.zip |
virtual/ruby-ssl: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual/ruby-ssl')
-rw-r--r-- | virtual/ruby-ssl/ruby-ssl-10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild b/virtual/ruby-ssl/ruby-ssl-10.ebuild index f9164d3c3359..ba9754e26a6d 100644 --- a/virtual/ruby-ssl/ruby-ssl-10.ebuild +++ b/virtual/ruby-ssl/ruby-ssl-10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit ruby-ng DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] ) |