summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-08-18 13:21:14 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-08-18 13:21:14 +0200
commit3e8327eb9d8041416b8caa01c782af15f93d4936 (patch)
tree4f5e4c87009f8f72d8c67485abb299016c174b15 /dev-libs/libfmt/libfmt-7.0.3.ebuild
parentnet-vpn/strongswan: x86 stable wrt bug #736770 (diff)
downloadgentoo-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/libfmt-7.0.3.ebuild')
-rw-r--r--dev-libs/libfmt/libfmt-7.0.3.ebuild2
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