commit: 81578fec13e2977942d94776bb54cfa55c80a95d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 14:21:34 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 14:21:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=81578fec
add ~arm64
scripts/texlive/tlpsrc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index e2b7041..8e6cfa2 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -137,7 +137,7 @@ clean:
cat $(@:%.ebuild=%.gentoolicense) >> $@
echo "\"" >> $@
echo "SLOT=\"0\"" >> $@
- echo "KEYWORDS=\"~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@
+ echo "KEYWORDS=\"~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64
~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@
echo "IUSE=\"\"" >> $@
echo -n "DEPEND=\"" >> $@
cat $(@:%.ebuild=%.deps) >> $@