summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-03 14:41:58 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-03 14:41:58 +0100
commite7abc0835562e276e4637b2343ff4823ef0890c7 (patch)
treea8734f7ad1ede562a51281e2bd6e539a217b2495 /dev-libs
parentdev-libs/tinyxml: ppc stable wrt bug #704452 (diff)
downloadgentoo-e7abc0835562e276e4637b2343ff4823ef0890c7.tar.gz
gentoo-e7abc0835562e276e4637b2343ff4823ef0890c7.tar.bz2
gentoo-e7abc0835562e276e4637b2343ff4823ef0890c7.zip
dev-libs/libfmt: ppc stable wrt bug #704462
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libfmt/libfmt-6.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild
index 8c996d23ca92..ee8541baba24 100644
--- a/dev-libs/libfmt/libfmt-6.1.2.ebuild
+++ b/dev-libs/libfmt/libfmt-6.1.2.ebuild
@@ -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