diff options
author | 2024-05-20 14:51:35 -0400 | |
---|---|---|
committer | 2024-05-20 22:48:38 +0100 | |
commit | 1798a6e562b74b78dc595a58f8badf1dcb43cad3 (patch) | |
tree | 2b6c3513031f7a12b9e0f1c982c0e081a172a4f5 /dev-ruby/bundler | |
parent | dev-lang/ruby: stabilize 3.2.3 for ppc64 (diff) | |
download | gentoo-1798a6e562b74b78dc595a58f8badf1dcb43cad3.tar.gz gentoo-1798a6e562b74b78dc595a58f8badf1dcb43cad3.tar.bz2 gentoo-1798a6e562b74b78dc595a58f8badf1dcb43cad3.zip |
dev-ruby/bundler: stabilize 2.4.22 for ppc64
Bug: https://bugs.gentoo.org/932285
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/bundler')
-rw-r--r-- | dev-ruby/bundler/bundler-2.4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/bundler/bundler-2.4.22.ebuild b/dev-ruby/bundler/bundler-2.4.22.ebuild index 6c8bfc43a686..4997e6a506c7 100644 --- a/dev-ruby/bundler/bundler-2.4.22.ebuild +++ b/dev-ruby/bundler/bundler-2.4.22.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/rubygems/rubygems" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~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 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" ruby_add_rdepend virtual/rubygems |