diff options
author | 2022-12-03 08:18:08 +0100 | |
---|---|---|
committer | 2022-12-03 08:18:08 +0100 | |
commit | 85986b410709a97fd869a922c2c4728b34832f2a (patch) | |
tree | d8adc8d670d2ba0f6d923a60daa1df9efc30b541 /dev-ruby/ruby-progressbar | |
parent | dev-ruby/ruby-xslt: drop 0.9.10 (diff) | |
download | gentoo-85986b410709a97fd869a922c2c4728b34832f2a.tar.gz gentoo-85986b410709a97fd869a922c2c4728b34832f2a.tar.bz2 gentoo-85986b410709a97fd869a922c2c4728b34832f2a.zip |
dev-ruby/ruby-progressbar: stabilize 1.11.0 for amd64
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild index 8d3fea136cfa..3ef40a8ceae9 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild @@ -22,7 +22,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" |