diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-05 16:02:39 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-05 16:02:39 +0200 |
commit | 8bea696ea76a750a6f229d311cccdcf48603fe79 (patch) | |
tree | 9e28a6c25d3e027889965033aeeaf9e1dc244916 | |
parent | dev-util/scons: ppc64 stable wrt bug #868447 (diff) | |
download | gentoo-8bea696ea76a750a6f229d311cccdcf48603fe79.tar.gz gentoo-8bea696ea76a750a6f229d311cccdcf48603fe79.tar.bz2 gentoo-8bea696ea76a750a6f229d311cccdcf48603fe79.zip |
dev-libs/spdlog: ppc64 stable wrt bug #868492
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-libs/spdlog/spdlog-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.10.0.ebuild b/dev-libs/spdlog/spdlog-1.10.0.ebuild index a719e0ccac4a..060b32ac8512 100644 --- a/dev-libs/spdlog/spdlog-1.10.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.10.0.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="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" fi LICENSE="MIT" |