From 95cdb94838b25999d3f6b157096280fb1a9242af Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 17 Feb 2019 17:38:43 +0000 Subject: dev-libs/libfmt: keyworded 5.3.0 for ppc/ppc64, bug #674034 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich --- dev-libs/libfmt/libfmt-5.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/libfmt') diff --git a/dev-libs/libfmt/libfmt-5.3.0.ebuild b/dev-libs/libfmt/libfmt-5.3.0.ebuild index 59e834d6a552..b6cb2b2e8c48 100644 --- a/dev-libs/libfmt/libfmt-5.3.0.ebuild +++ b/dev-libs/libfmt/libfmt-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/fmt-${PV}" fi -- cgit v1.2.3-65-gdbad