diff options
author | Sam James <sam@gentoo.org> | 2023-12-24 11:12:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-24 11:12:14 +0000 |
commit | 40c14c664b43c67e7c4c01d9e278d921f2b33df3 (patch) | |
tree | f9aff3e636cecdfdfb652fe6d3199d98614b7a7e /dev-ruby | |
parent | dev-java/java-diff-utils: Stabilize 4.12 amd64, #920649 (diff) | |
download | gentoo-40c14c664b43c67e7c4c01d9e278d921f2b33df3.tar.gz gentoo-40c14c664b43c67e7c4c01d9e278d921f2b33df3.tar.bz2 gentoo-40c14c664b43c67e7c4c01d9e278d921f2b33df3.zip |
dev-ruby/haml: Stabilize 6.2.3 arm64, #920655
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/haml/haml-6.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-6.2.3.ebuild b/dev-ruby/haml/haml-6.2.3.ebuild index 50f99feda53c..bf2b489c8e40 100644 --- a/dev-ruby/haml/haml-6.2.3.ebuild +++ b/dev-ruby/haml/haml-6.2.3.ebuild @@ -19,7 +19,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 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" |