diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 01:47:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 01:47:57 +0100 |
commit | c807b010af641300614dc47a87fdb924315fc09e (patch) | |
tree | e5f23cdb90cb39a80871e0b169388e1e0c0d0e1a /dev-ruby/haml/haml-5.2.2.ebuild | |
parent | dev-python/send2trash: Stabilize 1.8.0 amd64, #816003 (diff) | |
download | gentoo-c807b010af641300614dc47a87fdb924315fc09e.tar.gz gentoo-c807b010af641300614dc47a87fdb924315fc09e.tar.bz2 gentoo-c807b010af641300614dc47a87fdb924315fc09e.zip |
dev-ruby/haml: Stabilize 5.2.2 amd64, #816012
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/haml/haml-5.2.2.ebuild')
-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 30d93b2b370b..3d5b4b6523d0 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" |