summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-07-17 17:23:35 +0200
committerAgostino Sarubbo <ago@gentoo.org>2019-07-17 17:23:35 +0200
commit0e9f15b5c23fcdc9ee114bef03e87b18576a1bd0 (patch)
treec7690e8bc099661060275bb1d17b0bb6dde15266 /dev-libs/libfmt
parentdev-libs/libebml: x86 stable wrt bug #689692 (diff)
downloadgentoo-0e9f15b5c23fcdc9ee114bef03e87b18576a1bd0.tar.gz
gentoo-0e9f15b5c23fcdc9ee114bef03e87b18576a1bd0.tar.bz2
gentoo-0e9f15b5c23fcdc9ee114bef03e87b18576a1bd0.zip
dev-libs/libfmt: x86 stable wrt bug #689694
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r--dev-libs/libfmt/libfmt-5.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild
index b6cb2b2e8c48..5560b60dd4ab 100644
--- a/dev-libs/libfmt/libfmt-5.3.0.ebuild
+++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild
@@ -17,7 +17,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 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 x86"
S="${WORKDIR}/fmt-${PV}"
fi