diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-16 21:51:02 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-16 21:51:02 +0200 |
commit | 9858aa35a207b6e45107fd08e4e9f2c1778e4401 (patch) | |
tree | 9f03461ae971939d17d7948bc3514cf2ae2e2e32 /dev-libs/spdlog | |
parent | dev-cpp/highway: Stabilize 1.0.7 sparc, #922229 (diff) | |
download | gentoo-9858aa35a207b6e45107fd08e4e9f2c1778e4401.tar.gz gentoo-9858aa35a207b6e45107fd08e4e9f2c1778e4401.tar.bz2 gentoo-9858aa35a207b6e45107fd08e4e9f2c1778e4401.zip |
dev-libs/spdlog: Stabilize 1.12.0-r2 arm, #922162
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.12.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild index 420571283d0b..71b203ba5bee 100644 --- a/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild +++ b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/gabime/${PN}" else SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" |