diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 02:21:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 02:21:00 +0100 |
commit | c50cb619fd504685f9bd330c70f50c21a852f106 (patch) | |
tree | 074736713af3433767cd9215547ee50e49db069c /dev-ruby | |
parent | dev-ruby/nokogiri: Stabilize 1.11.7 amd64, #815799 (diff) | |
download | gentoo-c50cb619fd504685f9bd330c70f50c21a852f106.tar.gz gentoo-c50cb619fd504685f9bd330c70f50c21a852f106.tar.bz2 gentoo-c50cb619fd504685f9bd330c70f50c21a852f106.zip |
dev-ruby/haml: Stabilize 5.2.2 x86, #816012
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-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 3d5b4b6523d0..0c770a016f85 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" |