diff options
author | Sam James <sam@gentoo.org> | 2022-05-11 01:04:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-11 01:04:24 +0000 |
commit | cf9605825b43850dc937620c4e5da1e0877dfb59 (patch) | |
tree | 59d9e9ee71fe92bbe68027573b8f101904880d63 /dev-libs/spdlog | |
parent | dev-libs/libfmt: Stabilize 8.1.1-r1 amd64, #835774 (diff) | |
download | gentoo-cf9605825b43850dc937620c4e5da1e0877dfb59.tar.gz gentoo-cf9605825b43850dc937620c4e5da1e0877dfb59.tar.bz2 gentoo-cf9605825b43850dc937620c4e5da1e0877dfb59.zip |
dev-libs/spdlog: Stabilize 1.9.2 amd64, #835774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-1.9.2.ebuild b/dev-libs/spdlog/spdlog-1.9.2.ebuild index f119cd7b33c6..b83269bf129c 100644 --- a/dev-libs/spdlog/spdlog-1.9.2.ebuild +++ b/dev-libs/spdlog/spdlog-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" # Temporary for bug #811750 SRC_URI+=" test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-update-catch-glibc-2.34.patch.bz2 )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |