diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-13 18:36:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-13 18:37:38 +0300 |
commit | a50c6e7f495e3d956de466bb60ce718a1e762823 (patch) | |
tree | da3f99376343a75a14cb7c9d45dd3ac9d6c7d3a8 /dev-libs/spdlog | |
parent | profiles: deprecate old amd64 uclibc profiles (diff) | |
download | gentoo-a50c6e7f495e3d956de466bb60ce718a1e762823.tar.gz gentoo-a50c6e7f495e3d956de466bb60ce718a1e762823.tar.bz2 gentoo-a50c6e7f495e3d956de466bb60ce718a1e762823.zip |
dev-libs/spdlog: amd64 stable wrt bug #667236
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-1.2.1.ebuild b/dev-libs/spdlog/spdlog-1.2.1.ebuild index 03aaec9bd608..192745e8ae46 100644 --- a/dev-libs/spdlog/spdlog-1.2.1.ebuild +++ b/dev-libs/spdlog/spdlog-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |