Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/
Date: Sun, 08 Sep 2019 10:42:14
Message-Id: 1567939253.74384a40138e34fa9c05c8f1564108f80c8b7879.ago@gentoo
1 commit: 74384a40138e34fa9c05c8f1564108f80c8b7879
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 10:40:53 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 10:40:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74384a40
7
8 dev-libs/spdlog: amd64 stable wrt bug #686794
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/spdlog/spdlog-1.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/spdlog/spdlog-1.3.1.ebuild b/dev-libs/spdlog/spdlog-1.3.1.ebuild
18 index 497e7da9b41..430086637b6 100644
19 --- a/dev-libs/spdlog/spdlog-1.3.1.ebuild
20 +++ b/dev-libs/spdlog/spdlog-1.3.1.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
22 EGIT_REPO_URI="https://github.com/gabime/spdlog"
23 else
24 SRC_URI="https://github.com/gabime/spdlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 fi
28
29 LICENSE="MIT"