summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-22 02:03:17 +0100
committerSam James <sam@gentoo.org>2024-09-22 02:03:17 +0100
commit8b392bcfe0b2c01bd15f8edf87ec165c9977f584 (patch)
treec1e858c6510720d7e9f397edcd9d0b296aeaf0ad /dev-libs/spdlog
parentsys-devel/clang-common: depend on matching clang-runtime (diff)
downloadgentoo-8b392bcfe0b2c01bd15f8edf87ec165c9977f584.tar.gz
gentoo-8b392bcfe0b2c01bd15f8edf87ec165c9977f584.tar.bz2
gentoo-8b392bcfe0b2c01bd15f8edf87ec165c9977f584.zip
dev-libs/spdlog: Stabilize 1.14.1 ppc64, #939384
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r--dev-libs/spdlog/spdlog-1.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.14.1.ebuild b/dev-libs/spdlog/spdlog-1.14.1.ebuild
index 2b217da346cc..0712ae8564ee 100644
--- a/dev-libs/spdlog/spdlog-1.14.1.ebuild
+++ b/dev-libs/spdlog/spdlog-1.14.1.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"