Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/json11/
Date: Fri, 07 Jan 2022 08:55:09
Message-Id: 1641545689.80e3c15f13bce29a947602ae7a234d5fb35bfac4.flow@gentoo
1 commit: 80e3c15f13bce29a947602ae7a234d5fb35bfac4
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 08:54:49 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 08:54:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e3c15f
7
8 dev-cpp/json11: stabilize 1.0.0 for amd64
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-cpp/json11/json11-1.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/json11/json11-1.0.0.ebuild b/dev-cpp/json11/json11-1.0.0.ebuild
16 index 94fcfeb98c40..f19252f78fb7 100644
17 --- a/dev-cpp/json11/json11-1.0.0.ebuild
18 +++ b/dev-cpp/json11/json11-1.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dropbox/json11/archive/refs/tags/v${PV}.tar.gz -> ${
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31
32 PATCHES=(
33 "${FILESDIR}"/${P}-fix-multiarch-install.patch