diff options
author | 2024-11-14 04:34:36 +0000 | |
---|---|---|
committer | 2024-11-14 04:34:36 +0000 | |
commit | f2e1e48b76fd82d8b779e77d945e80c924a242fc (patch) | |
tree | a3ab57aa333436c2cab3a2bbf777b257b34ccd6b /dev-ruby/power_assert | |
parent | net-analyzer/nagios-core: Stabilize 4.5.1 ppc64, #943405 (diff) | |
download | gentoo-f2e1e48b76fd82d8b779e77d945e80c924a242fc.tar.gz gentoo-f2e1e48b76fd82d8b779e77d945e80c924a242fc.tar.bz2 gentoo-f2e1e48b76fd82d8b779e77d945e80c924a242fc.zip |
dev-ruby/power_assert: Stabilize 2.0.4 arm, #943448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/power_assert')
-rw-r--r-- | dev-ruby/power_assert/power_assert-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/power_assert/power_assert-2.0.4.ebuild b/dev-ruby/power_assert/power_assert-2.0.4.ebuild index 492a0c13a73a..f5701fbdb0ac 100644 --- a/dev-ruby/power_assert/power_assert-2.0.4.ebuild +++ b/dev-ruby/power_assert/power_assert-2.0.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/power_assert/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="|| ( Ruby 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" |