summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2019-07-18 13:31:13 +0200
committerAgostino Sarubbo <ago@gentoo.org>2019-07-18 13:31:13 +0200
commitdc60110ed171d38015ae82cba8d5ad7ece21afa0 (patch)
tree49cdf67f9c18f2d83de3fb64c9e80fa1f7c7166f /dev-libs
parentdev-libs/libebml: ppc stable wrt bug #689692 (diff)
downloadgentoo-dc60110ed171d38015ae82cba8d5ad7ece21afa0.tar.gz
gentoo-dc60110ed171d38015ae82cba8d5ad7ece21afa0.tar.bz2
gentoo-dc60110ed171d38015ae82cba8d5ad7ece21afa0.zip
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"
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libfmt/libfmt-5.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild
index 15fe60ecee25..ab74ecf3d642 100644
--- a/dev-libs/libfmt/libfmt-5.3.0.ebuild
+++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild
@@ -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