diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-07-16 19:05:31 -0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-17 07:37:48 +0300 |
commit | 8de841b16f20bfcb6c341f1963e1e48f003b2668 (patch) | |
tree | f9224e64159d03026371dca37343436d4b643e2b /dev-ruby | |
parent | dev-ruby/strscan: destabilize 3.0.9 for ~hppa (diff) | |
download | gentoo-8de841b16f20bfcb6c341f1963e1e48f003b2668.tar.gz gentoo-8de841b16f20bfcb6c341f1963e1e48f003b2668.tar.bz2 gentoo-8de841b16f20bfcb6c341f1963e1e48f003b2668.zip |
dev-ruby/test-unit: destabilize 3.6.1 for ~hppa
Bug: https://bugs.gentoo.org/934451
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/test-unit/test-unit-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/test-unit/test-unit-3.6.1.ebuild b/dev-ruby/test-unit/test-unit-3.6.1.ebuild index 1684a7109808..e34cbd050fe1 100644 --- a/dev-ruby/test-unit/test-unit-3.6.1.ebuild +++ b/dev-ruby/test-unit/test-unit-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/test-unit/test-unit/archive/${PV}.tar.gz -> ${P}.tar LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" SLOT="2" -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="doc test" ruby_add_rdepend "dev-ruby/power_assert" |