Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/
Date: Tue, 26 Apr 2011 19:49:16
Message-Id: b174bc726c399be39b4e881e3be1492db365d9cd.aballier@gentoo
1 commit: b174bc726c399be39b4e881e3be1492db365d9cd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 19:48:56 2011 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 19:48:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=b174bc72
7
8 Add prefix keywords
9
10 ---
11 scripts/texlive/tlpsrc/Makefile | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
15 index acd52ff..0fb1cba 100644
16 --- a/scripts/texlive/tlpsrc/Makefile
17 +++ b/scripts/texlive/tlpsrc/Makefile
18 @@ -118,7 +118,7 @@ clean:
19 cat $(@:%.ebuild=%.gentoolicense) >> $@
20 echo "\"" >> $@
21 echo "SLOT=\"0\"" >> $@
22 - echo "KEYWORDS=\"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd\"" >> $@
23 + echo "KEYWORDS=\"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@
24 echo "IUSE=\"\"" >> $@
25 echo -n "DEPEND=\"" >> $@
26 cat $(@:%.ebuild=%.deps) >> $@