Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pegtl/
Date: Thu, 19 May 2022 12:12:10
Message-Id: 1652962252.3811e8e52f7991ededf8cd0a82a3dd78d005e12e.juippis@gentoo
1 commit: 3811e8e52f7991ededf8cd0a82a3dd78d005e12e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:10:52 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:10:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3811e8e5
7
8 dev-libs/pegtl: Stabilize 2.8.3-r1 amd64, #829841
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/pegtl/pegtl-2.8.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 4321cb0d206a..5f25adf3029b 100644
17 --- a/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
18 +++ b/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/taocpp/PEGTL/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
31 IUSE="test"
32
33 RESTRICT="!test? ( test )"