projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652f43d
)
dev-libs/libfmt: added ~arm64 keyword
author
Roy Bamford
<neddyseagoon@gentoo.org>
Tue, 25 Feb 2020 11:15:09 +0000
(11:15 +0000)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Wed, 26 Feb 2020 18:25:20 +0000
(19:25 +0100)
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>
dev-libs/libfmt/libfmt-6.1.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libfmt/libfmt-6.1.2.ebuild
b/dev-libs/libfmt/libfmt-6.1.2.ebuild
index 41a9ec459559eb7d8d8ac9069b36c3e43e6941eb..35ee6242ee7451ecacb5ab90736f873bf08c53c5 100644
(file)
--- 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