dev-libs/libfmt: keyworded 5.3.0 for ppc/ppc64, bug #674034
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 17 Feb 2019 17:38:43 +0000 (17:38 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 17 Feb 2019 17:39:56 +0000 (17:39 +0000)
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>
dev-libs/libfmt/libfmt-5.3.0.ebuild

index 59e834d6a55201b29b2e099575497c3db68a909f..b6cb2b2e8c483ffae2b108f18dc3cb4f8c95617a 100644 (file)
@@ -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