diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 02:21:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 02:21:03 +0100 |
commit | 88e5ee0579bc533600eb09c1087138afe99ed1ed (patch) | |
tree | 6cee586cda593b7dd0a549535a79e69685f0eda5 /dev-ruby/haml | |
parent | dev-ruby/haml: Stabilize 5.2.2 x86, #816012 (diff) | |
download | gentoo-88e5ee0579bc533600eb09c1087138afe99ed1ed.tar.gz gentoo-88e5ee0579bc533600eb09c1087138afe99ed1ed.tar.bz2 gentoo-88e5ee0579bc533600eb09c1087138afe99ed1ed.zip |
dev-ruby/haml: Stabilize 5.2.2 arm, #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 0c770a016f85..bedfca798a8b 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" |