dev-libs/libfmt: ppc stable wrt bug #689694

Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
This commit is contained in:
Agostino Sarubbo
2019-07-18 13:31:13 +02:00
parent 619756e3c5
commit dc60110ed1

View 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