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/spdlog/
Date: Wed, 11 May 2022 01:05:04
Message-Id: 1652231064.cf9605825b43850dc937620c4e5da1e0877dfb59.sam@gentoo
1 commit: cf9605825b43850dc937620c4e5da1e0877dfb59
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 01:04:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 01:04:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf960582
7
8 dev-libs/spdlog: Stabilize 1.9.2 amd64, #835774
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/spdlog/spdlog-1.9.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/spdlog/spdlog-1.9.2.ebuild b/dev-libs/spdlog/spdlog-1.9.2.ebuild
16 index f119cd7b33c6..b83269bf129c 100644
17 --- a/dev-libs/spdlog/spdlog-1.9.2.ebuild
18 +++ b/dev-libs/spdlog/spdlog-1.9.2.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 @@ -15,7 +15,7 @@ else
26 SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 # Temporary for bug #811750
28 SRC_URI+=" test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-update-catch-glibc-2.34.patch.bz2 )"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
31 fi
32
33 LICENSE="MIT"