diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-09 09:59:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-09 09:59:38 +0300 |
commit | 446de2b5cbdd311b8e80e7d3aa1639be001cc00c (patch) | |
tree | 8f705444c9e8a8c743025234be7567313e5266fb /dev-ruby/reline | |
parent | dev-ruby/rss: Stabilize 0.3.1 arm64, #940981 (diff) | |
download | gentoo-446de2b5cbdd311b8e80e7d3aa1639be001cc00c.tar.gz gentoo-446de2b5cbdd311b8e80e7d3aa1639be001cc00c.tar.bz2 gentoo-446de2b5cbdd311b8e80e7d3aa1639be001cc00c.zip |
dev-ruby/reline: Stabilize 0.5.10 arm64, #940993
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/reline')
-rw-r--r-- | dev-ruby/reline/reline-0.5.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/reline/reline-0.5.10.ebuild b/dev-ruby/reline/reline-0.5.10.ebuild index 76e7795cb584..e91d87178cb3 100644 --- a/dev-ruby/reline/reline-0.5.10.ebuild +++ b/dev-ruby/reline/reline-0.5.10.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/reline/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" ruby_add_rdepend ">=dev-ruby/io-console-0.5.0:0" |