diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-18 13:21:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-18 13:21:14 +0200 |
commit | 3e8327eb9d8041416b8caa01c782af15f93d4936 (patch) | |
tree | 4f5e4c87009f8f72d8c67485abb299016c174b15 /dev-libs/libfmt | |
parent | net-vpn/strongswan: x86 stable wrt bug #736770 (diff) | |
download | gentoo-3e8327eb9d8041416b8caa01c782af15f93d4936.tar.gz gentoo-3e8327eb9d8041416b8caa01c782af15f93d4936.tar.bz2 gentoo-3e8327eb9d8041416b8caa01c782af15f93d4936.zip |
dev-libs/libfmt: x86 stable wrt bug #736784
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-7.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-7.0.3.ebuild b/dev-libs/libfmt/libfmt-7.0.3.ebuild index 1330448959b5..28a20d754457 100644 --- a/dev-libs/libfmt/libfmt-7.0.3.ebuild +++ b/dev-libs/libfmt/libfmt-7.0.3.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" S="${WORKDIR}/fmt-${PV}" fi |