Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Thu, 26 Sep 2019 06:52:10
Message-Id: 1569480678.fc6eacbe4239f7f357c66c226fc70ee1d74b4c40.slyfox@gentoo
1 commit: fc6eacbe4239f7f357c66c226fc70ee1d74b4c40
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 06:51:18 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 06:51:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6eacbe
7
8 dev-libs/libfmt: stable 5.3.0 for ppc64, bug #695498
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-libs/libfmt/libfmt-5.3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild
18 index ab74ecf3d64..4c49e01f573 100644
19 --- a/dev-libs/libfmt/libfmt-5.3.0.ebuild
20 +++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild
21 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 ppc ~ppc64 x86"
26 + KEYWORDS="amd64 ppc ppc64 x86"
27 S="${WORKDIR}/fmt-${PV}"
28 fi