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: Sun, 17 Feb 2019 17:40:21
Message-Id: 1550425196.95cdb94838b25999d3f6b157096280fb1a9242af.slyfox@gentoo
1 commit: 95cdb94838b25999d3f6b157096280fb1a9242af
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 17:38:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:39:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cdb948
7
8 dev-libs/libfmt: keyworded 5.3.0 for ppc/ppc64, bug #674034
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.60, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/libfmt/libfmt-5.3.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild
19 index 59e834d6a55..b6cb2b2e8c4 100644
20 --- a/dev-libs/libfmt/libfmt-5.3.0.ebuild
21 +++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
29 inherit git-r3
30 else
31 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 - KEYWORDS="~amd64 ~x86"
33 + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34 S="${WORKDIR}/fmt-${PV}"
35 fi