diff options
author | Sam James <sam@gentoo.org> | 2020-11-06 02:52:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-06 03:20:32 +0000 |
commit | 4b87709506fcc56ad71c5299dbe119fe57b3dc4b (patch) | |
tree | 48eabee4b86cd52452e55375c0329059aff0b96d /dev-ruby/haml | |
parent | dev-ruby/erubis: Stabilize 2.7.0-r2 arm64, #753047 (diff) | |
download | gentoo-4b87709506fcc56ad71c5299dbe119fe57b3dc4b.tar.gz gentoo-4b87709506fcc56ad71c5299dbe119fe57b3dc4b.tar.bz2 gentoo-4b87709506fcc56ad71c5299dbe119fe57b3dc4b.zip |
dev-ruby/haml: Stabilize 5.1.2 arm64, #753047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild index 077a1d33f39b..30815f8c9ac1 100644 --- a/dev-ruby/haml/haml-5.1.2.ebuild +++ b/dev-ruby/haml/haml-5.1.2.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |