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-cpp/cpp-hocon/
Date: Sat, 01 Jan 2022 03:52:38
Message-Id: 1641009138.585dffe67bbc4b9bb5cbfcfa2497455f64baa615.sam@gentoo
1 commit: 585dffe67bbc4b9bb5cbfcfa2497455f64baa615
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 03:52:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 03:52:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585dffe6
7
8 dev-cpp/cpp-hocon: Stabilize 0.3.0-r1 x86, #830201
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild
16 index ce6a7fb768ef..f2f32ea01e2b 100644
17 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild
18 +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-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/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="Apache-2.0"
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
31 IUSE="debug test"
32 RESTRICT="!test? ( test )"