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

index 78c2d74959bbf8842203ce8a6c33ca939975e6e4..8c996d23ca92511ec500b9a952a505e46f3dbcd4 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