diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 02:30:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 02:30:35 +0100 |
commit | 4d177af5069d04b172d6254cd900b000d561406f (patch) | |
tree | 732a4dcfa59a5ac86a2039a12003f04611443fa7 /dev-ruby/haml | |
parent | dev-ruby/haml: Stabilize 5.2.2 ppc, #816012 (diff) | |
download | gentoo-4d177af5069d04b172d6254cd900b000d561406f.tar.gz gentoo-4d177af5069d04b172d6254cd900b000d561406f.tar.bz2 gentoo-4d177af5069d04b172d6254cd900b000d561406f.zip |
dev-ruby/haml: Stabilize 5.2.2 ppc64, #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 5d9d463c18cd..5a429930f3d2 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" |