summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-03-15 15:18:01 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-03-15 15:18:01 +0300
commit4311f57050b72cabd58b52ebca791d76400dca3f (patch)
treeb2c226f76970aaa7bf77876217dd3f9f86a799c2 /dev-libs
parentdev-python/breathe: Add ~arm keyword wrt bug #709752 (diff)
downloadgentoo-4311f57050b72cabd58b52ebca791d76400dca3f.tar.gz
gentoo-4311f57050b72cabd58b52ebca791d76400dca3f.tar.bz2
gentoo-4311f57050b72cabd58b52ebca791d76400dca3f.zip
dev-libs/libfmt: Add ~arm keyword wrt bug #708908
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libfmt/libfmt-6.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild
index 35ee6242ee74..e3dfe088fc67 100644
--- a/dev-libs/libfmt/libfmt-6.1.2.ebuild
+++ b/dev-libs/libfmt/libfmt-6.1.2.ebuild
@@ -18,7 +18,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 ~arm64 ppc ppc64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
S="${WORKDIR}/fmt-${PV}"
fi