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-libs/pegtl/
Date: Tue, 25 May 2021 10:47:56
Message-Id: 1621939632.8f7bd356412c2e2c24ee036723b5e8028a5f8746.sam@gentoo
1 commit: 8f7bd356412c2e2c24ee036723b5e8028a5f8746
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 10:46:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 10:47:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7bd356
7
8 dev-libs/pegtl: Keyword 2.8.3-r1 arm64, #791082
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/pegtl/pegtl-2.8.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild b/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
16 index 207b474188a..1c9a5a23ff8 100644
17 --- a/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
18 +++ b/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/taocpp/PEGTL/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 IUSE="test"
26
27 RESTRICT="!test? ( test )"