From 168dade0fb45a4f778aba05c6138c535dbfcdd9f Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Fri, 3 Jan 2020 15:30:49 +0100 Subject: [PATCH] dev-libs/libfmt: x86 stable wrt bug #704462 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- dev-libs/libfmt/libfmt-6.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild index c070b42c39790..41a9ec459559e 100644 --- a/dev-libs/libfmt/libfmt-6.1.2.ebuild +++ b/dev-libs/libfmt/libfmt-6.1.2.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 ppc ppc64 ~x86" + KEYWORDS="amd64 ppc ppc64 x86" S="${WORKDIR}/fmt-${PV}" fi