dev-libs/libfmt: Stabilize 7.1.3 arm64, #798891

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-07-08 04:52:45 +01:00
parent 893ad6cb18
commit 0e83f24831

View 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 arm ~arm64 ppc ppc64 x86"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
S="${WORKDIR}/fmt-${PV}"
fi