diff options
author | 2024-07-16 19:04:04 -0400 | |
---|---|---|
committer | 2024-07-17 07:37:45 +0300 | |
commit | c59d890b5bd30ef4152b9124b82e593dbb6f43a5 (patch) | |
tree | 730d8d58b6626d2d1b69374ff6d176785f3a2718 /dev-ruby/rbs/rbs-3.0.4.ebuild | |
parent | dev-ruby/rake: destabilize 13.0.6-r2 for ~hppa (diff) | |
download | gentoo-c59d890b5bd30ef4152b9124b82e593dbb6f43a5.tar.gz gentoo-c59d890b5bd30ef4152b9124b82e593dbb6f43a5.tar.bz2 gentoo-c59d890b5bd30ef4152b9124b82e593dbb6f43a5.zip |
dev-ruby/rbs: destabilize all 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/rbs/rbs-3.0.4.ebuild')
-rw-r--r-- | dev-ruby/rbs/rbs-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rbs/rbs-3.0.4.ebuild b/dev-ruby/rbs/rbs-3.0.4.ebuild index be6531da78bd..39eeef3543be 100644 --- a/dev-ruby/rbs/rbs-3.0.4.ebuild +++ b/dev-ruby/rbs/rbs-3.0.4.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 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/ruby/rbs" SRC_URI="https://github.com/ruby/rbs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby-BSD BSD-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" SLOT="0" IUSE="test" |