From: Roy Bamford Date: Tue, 25 Feb 2020 11:15:09 +0000 (+0000) Subject: dev-libs/libfmt: added ~arm64 keyword X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35ac9c07be65cbe2a9afcdac161e981127d072b5;p=gentoo.git dev-libs/libfmt: added ~arm64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford Closes: https://github.com/gentoo/gentoo/pull/14773 Signed-off-by: Andreas Sturmlechner --- 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