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:26
Message-Id: 1496852754.10f586d786b37b7911d6992a9db5e150726ac35f.aballier@gentoo
1 commit: 10f586d786b37b7911d6992a9db5e150726ac35f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 7 16:25:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 7 16:25:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=10f586d7
7
8 restore ~ia64/~sparc
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 8e6cfa2..ffeac0d 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 ~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\"" >> $@
22 + echo "KEYWORDS=\"~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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) >> $@