diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:29:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 22:33:46 +0300 |
commit | 035af2fbd9e7404891d8a9518e4b21e59d19e363 (patch) | |
tree | a5a8f53da368762011d3adda6f5c527915b07af9 /dev-ruby | |
parent | dev-ruby/rubygems: Stabilize 3.3.26 ppc, #907377 (diff) | |
download | gentoo-035af2fbd9e7404891d8a9518e4b21e59d19e363.tar.gz gentoo-035af2fbd9e7404891d8a9518e4b21e59d19e363.tar.bz2 gentoo-035af2fbd9e7404891d8a9518e4b21e59d19e363.zip |
dev-ruby/bundler: Stabilize 2.3.26 ppc, #907377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bundler/bundler-2.3.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/bundler/bundler-2.3.26.ebuild b/dev-ruby/bundler/bundler-2.3.26.ebuild index 8e20f267e9b8..d2c82dbaee08 100644 --- a/dev-ruby/bundler/bundler-2.3.26.ebuild +++ b/dev-ruby/bundler/bundler-2.3.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" ruby_add_rdepend virtual/rubygems |