dev-libs/libfmt: x86 stable wrt bug #704462
authorAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 14:30:49 +0000 (15:30 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 14:30:49 +0000 (15:30 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
dev-libs/libfmt/libfmt-6.1.2.ebuild

index c070b42c397906afd66aa3fe15f8e0d54d882460..41a9ec459559eb7d8d8ac9069b36c3e43e6941eb 100644 (file)
@@ -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