From: Agostino Sarubbo Date: Sun, 8 Sep 2019 10:40:53 +0000 (+0200) Subject: dev-libs/spdlog: amd64 stable wrt bug #686794 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74384a40138e34fa9c05c8f1564108f80c8b7879;p=gentoo.git dev-libs/spdlog: amd64 stable wrt bug #686794 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-libs/spdlog/spdlog-1.3.1.ebuild b/dev-libs/spdlog/spdlog-1.3.1.ebuild index 497e7da9b419..430086637b62 100644 --- a/dev-libs/spdlog/spdlog-1.3.1.ebuild +++ b/dev-libs/spdlog/spdlog-1.3.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/gabime/spdlog" else SRC_URI="https://github.com/gabime/spdlog/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="MIT"