dev-libs/libfmt: x86 stable wrt bug #689694
authorAgostino Sarubbo <ago@gentoo.org>
Wed, 17 Jul 2019 15:23:35 +0000 (17:23 +0200)
committerAgostino Sarubbo <ago@gentoo.org>
Wed, 17 Jul 2019 15:23:35 +0000 (17:23 +0200)
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

dev-libs/libfmt/libfmt-5.3.0.ebuild

index b6cb2b2e8c483ffae2b108f18dc3cb4f8c95617a..5560b60dd4ab6a4419084dd28dae21f7cc0f2d11 100644 (file)
@@ -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