Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml/
Date: Mon, 04 Oct 2021 01:21:31
Message-Id: 1633310460.c50cb619fd504685f9bd330c70f50c21a852f106.sam@gentoo
1 commit: c50cb619fd504685f9bd330c70f50c21a852f106
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 01:21:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 01:21:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50cb619
7
8 dev-ruby/haml: Stabilize 5.2.2 x86, #816012
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/haml/haml-5.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/haml/haml-5.2.2.ebuild b/dev-ruby/haml/haml-5.2.2.ebuild
16 index 3d5b4b6523d..0c770a016f8 100644
17 --- a/dev-ruby/haml/haml-5.2.2.ebuild
18 +++ b/dev-ruby/haml/haml-5.2.2.ebuild
19 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 IUSE="doc test"