diff options
author | 2024-11-14 03:38:54 +0000 | |
---|---|---|
committer | 2024-11-14 03:38:54 +0000 | |
commit | 38f9eec72f3027297a79977ed3239fde340e4554 (patch) | |
tree | 17ab946138dec664f4181923910736510c727d3e /dev-ruby/rbs | |
parent | dev-ruby/rbs: Stabilize 3.6.1 ppc, #943462 (diff) | |
download | gentoo-38f9eec72f3027297a79977ed3239fde340e4554.tar.gz gentoo-38f9eec72f3027297a79977ed3239fde340e4554.tar.bz2 gentoo-38f9eec72f3027297a79977ed3239fde340e4554.zip |
dev-ruby/rbs: Stabilize 3.6.1 sparc, #943462
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rbs')
-rw-r--r-- | dev-ruby/rbs/rbs-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rbs/rbs-3.6.1.ebuild b/dev-ruby/rbs/rbs-3.6.1.ebuild index cbce1ca78945..4b985c573359 100644 --- a/dev-ruby/rbs/rbs-3.6.1.ebuild +++ b/dev-ruby/rbs/rbs-3.6.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rbs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar LICENSE="|| ( Ruby-BSD BSD-2 )" 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" IUSE="test" ruby_add_rdepend "dev-ruby/logger" |