summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-17 17:38:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-17 17:39:56 +0000
commit95cdb94838b25999d3f6b157096280fb1a9242af (patch)
tree5a1e134bccdeda9fc5225580795a931ae316913c /dev-libs/libfmt/libfmt-5.3.0.ebuild
parentdev-cpp/nlohmann_json: keyworded 3.5.0 for ppc/ppc64, bug #674034 (diff)
downloadgentoo-95cdb94838b25999d3f6b157096280fb1a9242af.tar.gz
gentoo-95cdb94838b25999d3f6b157096280fb1a9242af.tar.bz2
gentoo-95cdb94838b25999d3f6b157096280fb1a9242af.zip
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt/libfmt-5.3.0.ebuild')
-rw-r--r--dev-libs/libfmt/libfmt-5.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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