diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-05 10:43:06 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-11-08 10:48:43 +0800 |
commit | 4baa21946574bd0df9e49e48826955c3aac752e6 (patch) | |
tree | 39b378352a06c800e4c10f07033f68b23825e717 /dev-ruby/haml | |
parent | dev-ruby/activerecord: keyword ~riscv (diff) | |
download | gentoo-4baa21946574bd0df9e49e48826955c3aac752e6.tar.gz gentoo-4baa21946574bd0df9e49e48826955c3aac752e6.tar.bz2 gentoo-4baa21946574bd0df9e49e48826955c3aac752e6.zip |
dev-ruby/haml: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-5.2.2.ebuild b/dev-ruby/haml/haml-5.2.2.ebuild index 5a429930f3d2..0161e3c229be 100644 --- a/dev-ruby/haml/haml-5.2.2.ebuild +++ b/dev-ruby/haml/haml-5.2.2.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |