diff options
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" |