diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-03-19 20:38:56 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-03-19 20:38:56 +0100 |
commit | a41f1cc5918d831404f8ae6542799817ce139b14 (patch) | |
tree | 59f64b8d3f627d730759a5898b43d1232a69d340 /dev-libs/spdlog | |
parent | media-sound/gnome-music: bump 3.34.4 (diff) | |
download | gentoo-a41f1cc5918d831404f8ae6542799817ce139b14.tar.gz gentoo-a41f1cc5918d831404f8ae6542799817ce139b14.tar.bz2 gentoo-a41f1cc5918d831404f8ae6542799817ce139b14.zip |
dev-libs/spdlog-1.5.0: amd64 stable (bug 713522)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.5.0.ebuild b/dev-libs/spdlog/spdlog-1.5.0.ebuild index 7a524043de81..ad9da48dcf3a 100644 --- a/dev-libs/spdlog/spdlog-1.5.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.5.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |