Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/
Date: Wed, 05 Jun 2019 12:32:23
Message-Id: 1496845294.81578fec13e2977942d94776bb54cfa55c80a95d.aballier@gentoo
1 commit: 81578fec13e2977942d94776bb54cfa55c80a95d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 7 14:21:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 7 14:21:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=81578fec
7
8 add ~arm64
9
10 scripts/texlive/tlpsrc/Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
14 index e2b7041..8e6cfa2 100644
15 --- a/scripts/texlive/tlpsrc/Makefile
16 +++ b/scripts/texlive/tlpsrc/Makefile
17 @@ -137,7 +137,7 @@ clean:
18 cat $(@:%.ebuild=%.gentoolicense) >> $@
19 echo "\"" >> $@
20 echo "SLOT=\"0\"" >> $@
21 - 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\"" >> $@
22 + 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\"" >> $@
23 echo "IUSE=\"\"" >> $@
24 echo -n "DEPEND=\"" >> $@
25 cat $(@:%.ebuild=%.deps) >> $@