Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
Date: Mon, 24 Jun 2019 15:14:22
Message-Id: 1561389224.32d33a0c6e38df3f1823a225d1ce0baaca33645b.haubi@gentoo
1 commit: 32d33a0c6e38df3f1823a225d1ce0baaca33645b
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 15:08:49 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 15:13:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d33a0c
7
8 dev-util/ragel: add ~amd64-linux ~x86-linux keywords
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.11
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-util/ragel/ragel-7.0.0.10-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/ragel/ragel-7.0.0.10-r1.ebuild b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild
17 index 7b028b14164..26f9f2d5205 100644
18 --- a/dev-util/ragel/ragel-7.0.0.10-r1.ebuild
19 +++ b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="vim-syntax"
33
34 DEPEND="~dev-util/colm-0.13.0.5"