diff options
author | 2024-05-31 08:23:34 +0200 | |
---|---|---|
committer | 2024-05-31 08:32:25 +0200 | |
commit | 97a79709e5dcaa75aa315215f9fbc55de50c4bd8 (patch) | |
tree | 61b1b85097f86bc8edcbcc10c228e0e2cfa22390 /dev-ruby/ruby-progressbar | |
parent | dev-ruby/ruby-romkan: enable ruby33 (diff) | |
download | gentoo-97a79709e5dcaa75aa315215f9fbc55de50c4bd8.tar.gz gentoo-97a79709e5dcaa75aa315215f9fbc55de50c4bd8.tar.bz2 gentoo-97a79709e5dcaa75aa315215f9fbc55de50c4bd8.zip |
dev-ruby/ruby-progressbar: stabilize 1.13.0-r1 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.13.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild index b8659a7f3211..d5e43626e01d 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild @@ -18,7 +18,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 ~x64-solaris" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" ruby_add_bdepend "test? ( dev-ruby/timecop )" |