diff options
author | 2024-05-20 14:18:00 -0400 | |
---|---|---|
committer | 2024-05-20 22:48:36 +0100 | |
commit | 6f7aefacedc5fd65e90c066d69272314911838cc (patch) | |
tree | 0e0a0176b81e5398dfb336b6b045930a3294c710 /dev-ruby/bundler | |
parent | dev-lang/ruby: stabilize 3.2.3 for x86 (diff) | |
download | gentoo-6f7aefacedc5fd65e90c066d69272314911838cc.tar.gz gentoo-6f7aefacedc5fd65e90c066d69272314911838cc.tar.bz2 gentoo-6f7aefacedc5fd65e90c066d69272314911838cc.zip |
dev-ruby/bundler: stabilize 2.4.22 for x86
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/bundler/bundler-2.4.22.ebuild b/dev-ruby/bundler/bundler-2.4.22.ebuild index cbaa392ed78b..6c8bfc43a686 100644 --- a/dev-ruby/bundler/bundler-2.4.22.ebuild +++ b/dev-ruby/bundler/bundler-2.4.22.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 @@ -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 |