diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 02:21:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 02:21:07 +0100 |
commit | 92da0840002e590c85e069975fffbf3c91e8de0b (patch) | |
tree | bb9eb6ad8860d89482a9866218aa34c0b49be707 /dev-ruby/haml | |
parent | dev-ruby/haml: Stabilize 5.2.2 arm, #816012 (diff) | |
download | gentoo-92da0840002e590c85e069975fffbf3c91e8de0b.tar.gz gentoo-92da0840002e590c85e069975fffbf3c91e8de0b.tar.bz2 gentoo-92da0840002e590c85e069975fffbf3c91e8de0b.zip |
dev-ruby/haml: Stabilize 5.2.2 arm64, #816012
Signed-off-by: Sam James <sam@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 bedfca798a8b..9832142917fd 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 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |