summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Bamford <neddyseagoon@gentoo.org>2020-02-25 11:15:09 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 19:25:20 +0100
commit35ac9c07be65cbe2a9afcdac161e981127d072b5 (patch)
treef83eb37b0965f5651d4ad4b97b29d99f900f811b
parentnet-misc/zerotier: remove myself from maintainers (diff)
downloadgentoo-35ac9c07.tar.gz
gentoo-35ac9c07.tar.bz2
gentoo-35ac9c07.zip
dev-libs/libfmt: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14773 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-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 41a9ec459559..35ee6242ee74 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 ppc ppc64 x86"
+ KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
S="${WORKDIR}/fmt-${PV}"
fi