diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-07-16 19:00:36 -0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-07-17 07:37:42 +0300 |
commit | 5ce6b6108f43ae817b82d392f206381751fee24e (patch) | |
tree | c5f8384fc11dd02aaf904e4c233f897caa502ade /dev-ruby/matrix | |
parent | dev-ruby/kpeg: destabilize 1.3.3 for ~hppa (diff) | |
download | gentoo-5ce6b6108f43ae817b82d392f206381751fee24e.tar.gz gentoo-5ce6b6108f43ae817b82d392f206381751fee24e.tar.bz2 gentoo-5ce6b6108f43ae817b82d392f206381751fee24e.zip |
dev-ruby/matrix: destabilize 0.4.2 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/matrix')
-rw-r--r-- | dev-ruby/matrix/matrix-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/matrix/matrix-0.4.2.ebuild b/dev-ruby/matrix/matrix-0.4.2.ebuild index 1df2d66edd6e..a483713e35fc 100644 --- a/dev-ruby/matrix/matrix-0.4.2.ebuild +++ b/dev-ruby/matrix/matrix-0.4.2.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 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/matrix/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="$(ver_cut 1)" all_ruby_prepare() { |