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/slim/
Date: Sat, 02 Oct 2021 18:40:38
Message-Id: 1633200019.db6910ff97fd4218f74ea775131a6ce4d0a5c998.sam@gentoo
1 commit: db6910ff97fd4218f74ea775131a6ce4d0a5c998
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 18:40:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 18:40:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6910ff
7
8 dev-ruby/slim: Stabilize 4.1.0 arm, #812524
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/slim/slim-4.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/slim/slim-4.1.0.ebuild b/dev-ruby/slim/slim-4.1.0.ebuild
16 index 956b9c86285..a6ac4b90073 100644
17 --- a/dev-ruby/slim/slim-4.1.0.ebuild
18 +++ b/dev-ruby/slim/slim-4.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ DESCRIPTION="A template language aiming to reduce the syntax to the essential pa
26 HOMEPAGE="http://slim-lang.com/"
27 LICENSE="MIT"
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
30 +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
31 SLOT="$(ver_cut 1)"
32 IUSE="doc"