diff options
author | Sam James <sam@gentoo.org> | 2025-01-07 19:53:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-07 19:53:05 +0000 |
commit | be259e7a01171edc996b13cd54cb1248e6dc630a (patch) | |
tree | d003d8bbe5f4026243a98e70f66769e9f4b7ceba /dev-libs | |
parent | dev-lang/neko: slotting net-libs/mbedtls:0 (diff) | |
download | gentoo-be259e7a01171edc996b13cd54cb1248e6dc630a.tar.gz gentoo-be259e7a01171edc996b13cd54cb1248e6dc630a.tar.bz2 gentoo-be259e7a01171edc996b13cd54cb1248e6dc630a.zip |
dev-libs/spdlog: Stabilize 1.15.0 arm, #947670
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-1.15.0.ebuild b/dev-libs/spdlog/spdlog-1.15.0.ebuild index 85cc51616b1c..abf6522eeb9d 100644 --- a/dev-libs/spdlog/spdlog-1.15.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" |