From: Agostino Sarubbo Date: Fri, 3 Jan 2020 14:30:49 +0000 (+0100) Subject: dev-libs/libfmt: x86 stable wrt bug #704462 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=168dade0fb45a4f778aba05c6138c535dbfcdd9f;p=gentoo.git 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 --- diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild index c070b42c3979..41a9ec459559 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