diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-15 13:11:56 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-18 07:48:33 +0100 |
commit | ac982de3017978e7a531bceb0eb056e95c8b6677 (patch) | |
tree | c2a212da0edf738006a9bdf70e0b4363387c91b2 /dev-ruby/parallel | |
parent | dev-ruby/ruby-progressbar: keyword 1.11.0 for ~riscv (diff) | |
download | gentoo-ac982de3017978e7a531bceb0eb056e95c8b6677.tar.gz gentoo-ac982de3017978e7a531bceb0eb056e95c8b6677.tar.bz2 gentoo-ac982de3017978e7a531bceb0eb056e95c8b6677.zip |
dev-ruby/parallel: keyword 1.21.0 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/parallel')
-rw-r--r-- | dev-ruby/parallel/parallel-1.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/parallel/parallel-1.21.0.ebuild b/dev-ruby/parallel/parallel-1.21.0.ebuild index 4b3f2dbb3c1f..7a798626bec6 100644 --- a/dev-ruby/parallel/parallel-1.21.0.ebuild +++ b/dev-ruby/parallel/parallel-1.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/grosser/parallel" LICENSE="MIT" SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" SLOT="1" IUSE="test" |