diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-02 15:15:23 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-02 15:16:59 +0100 |
commit | 82a444326c09e23c219aeff672ef5e7b0470751b (patch) | |
tree | d76647ba10eb9ac388dd3668e0ca755540781d6f /dev-libs | |
parent | dev-python/rpy: x86 stable (bug #773934) (diff) | |
download | gentoo-82a444326c09e23c219aeff672ef5e7b0470751b.tar.gz gentoo-82a444326c09e23c219aeff672ef5e7b0470751b.tar.bz2 gentoo-82a444326c09e23c219aeff672ef5e7b0470751b.zip |
dev-libs/spdlog: x86 stable (bug #772095)
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/spdlog/spdlog-1.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-1.8.2.ebuild b/dev-libs/spdlog/spdlog-1.8.2.ebuild index 0cd2105637eb..e1e3064adff2 100644 --- a/dev-libs/spdlog/spdlog-1.8.2.ebuild +++ b/dev-libs/spdlog/spdlog-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |