diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-08 12:40:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-08 12:40:53 +0200 |
commit | 74384a40138e34fa9c05c8f1564108f80c8b7879 (patch) | |
tree | 555782e4d574cc2279f33532a416ddb3f3ec647d /dev-libs/spdlog | |
parent | sys-devel/distcc: s390 stable wrt bug #693744 (diff) | |
download | gentoo-74384a40138e34fa9c05c8f1564108f80c8b7879.tar.gz gentoo-74384a40138e34fa9c05c8f1564108f80c8b7879.tar.bz2 gentoo-74384a40138e34fa9c05c8f1564108f80c8b7879.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |