diff options
author | 2025-02-14 21:48:24 +0100 | |
---|---|---|
committer | 2025-02-14 21:48:24 +0100 | |
commit | 54b76d6a9eae1cbd89ce0abbd6ca2f960487cd4d (patch) | |
tree | 4489888189d37583a2ebf94c0d8dc3d9025c9dcf /dev-libs/spdlog | |
parent | dev-libs/spdlog: Stabilize 1.15.0-r1 amd64, #949704 (diff) | |
download | gentoo-54b76d6a9eae1cbd89ce0abbd6ca2f960487cd4d.tar.gz gentoo-54b76d6a9eae1cbd89ce0abbd6ca2f960487cd4d.tar.bz2 gentoo-54b76d6a9eae1cbd89ce0abbd6ca2f960487cd4d.zip |
dev-libs/spdlog: Stabilize 1.15.0-r1 x86, #949704
Signed-off-by: Jakov Smolić <[email protected]>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.15.0-r1.ebuild b/dev-libs/spdlog/spdlog-1.15.0-r1.ebuild index 1d38778c42e7..ff5937ebf2c8 100644 --- a/dev-libs/spdlog/spdlog-1.15.0-r1.ebuild +++ b/dev-libs/spdlog/spdlog-1.15.0-r1.ebuild @@ -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" |