diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-07 16:21:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-07 16:21:34 +0200 |
commit | 81578fec13e2977942d94776bb54cfa55c80a95d (patch) | |
tree | fdb68cdaf7378ed4cb40757917e03ca05799f36f | |
parent | drop genericreco deps (diff) | |
download | tex-81578fec13e2977942d94776bb54cfa55c80a95d.tar.gz tex-81578fec13e2977942d94776bb54cfa55c80a95d.tar.bz2 tex-81578fec13e2977942d94776bb54cfa55c80a95d.zip |
add ~arm64
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) >> $@ |