diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 11:45:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 11:46:04 +0100 |
commit | 575ea865f267d429a7694e6d5efdbe02245a3171 (patch) | |
tree | c8ae11cb043af8621cce24d6d7be1449cb388411 /dev-ruby/haml | |
parent | app-emacs/ecukes: Keyword 0.6.18-r1 riscv, #940918 (diff) | |
download | gentoo-575ea865f267d429a7694e6d5efdbe02245a3171.tar.gz gentoo-575ea865f267d429a7694e6d5efdbe02245a3171.tar.bz2 gentoo-575ea865f267d429a7694e6d5efdbe02245a3171.zip |
dev-ruby/haml: Stabilize 6.2.3 amd64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/haml/haml-6.2.3.ebuild b/dev-ruby/haml/haml-6.2.3.ebuild index 1d967a4cf5a2..4d8165c48509 100644 --- a/dev-ruby/haml/haml-6.2.3.ebuild +++ b/dev-ruby/haml/haml-6.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |