diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 23:11:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-08 23:11:07 +0300 |
commit | acb0f304adfabe041f7b3d524ecfa327a2466da5 (patch) | |
tree | e1dbec6bbf84c3c502cfeaa4165c971a8287bacf /dev-ruby/stringio | |
parent | dev-ruby/psych: Stabilize 5.1.2 arm, #940922 (diff) | |
download | gentoo-acb0f304adfabe041f7b3d524ecfa327a2466da5.tar.gz gentoo-acb0f304adfabe041f7b3d524ecfa327a2466da5.tar.bz2 gentoo-acb0f304adfabe041f7b3d524ecfa327a2466da5.zip |
dev-ruby/stringio: Stabilize 3.1.1 arm, #941019
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/stringio')
-rw-r--r-- | dev-ruby/stringio/stringio-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/stringio/stringio-3.1.1.ebuild b/dev-ruby/stringio/stringio-3.1.1.ebuild index 977bc2aecdbe..1ebb3903f1bf 100644 --- a/dev-ruby/stringio/stringio-3.1.1.ebuild +++ b/dev-ruby/stringio/stringio-3.1.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ruby/stringio/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="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_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" |