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-util/ragel/
Date: Tue, 29 Dec 2020 08:36:36
Message-Id: 1609230985.548b7f2468792bee48f6a853b27d851148d44c44.sam@gentoo
1 commit: 548b7f2468792bee48f6a853b27d851148d44c44
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 08:36:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 08:36:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548b7f24
7
8 dev-util/ragel: Stabilize 7.0.0.12 amd64, #761870
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/ragel/ragel-7.0.0.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/ragel/ragel-7.0.0.12.ebuild b/dev-util/ragel/ragel-7.0.0.12.ebuild
16 index 2f0d0c5f9b7..4b940905c7f 100644
17 --- a/dev-util/ragel/ragel-7.0.0.12.ebuild
18 +++ b/dev-util/ragel/ragel-7.0.0.12.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
25 IUSE="vim-syntax"
26
27 DEPEND="~dev-util/colm-0.13.0.7"