diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 11:45:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 11:46:05 +0100 |
commit | 9c495ae617c230913316fcf33b850581c6bf2bba (patch) | |
tree | fe112bf61ecd8001740aa4975893d327295bc606 /dev-ruby/haml | |
parent | dev-ruby/asciidoctor: Stabilize 2.0.20 amd64, #914258 (diff) | |
download | gentoo-9c495ae617c230913316fcf33b850581c6bf2bba.tar.gz gentoo-9c495ae617c230913316fcf33b850581c6bf2bba.tar.bz2 gentoo-9c495ae617c230913316fcf33b850581c6bf2bba.zip |
dev-ruby/haml: Stabilize 6.2.3 arm, #914258
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-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 4d8165c48509..fa40d24ad895 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" |