From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QEoG3-0000uf-V8 for garchives@archives.gentoo.org; Tue, 26 Apr 2011 19:49:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91FEF1C066; Tue, 26 Apr 2011 19:49:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BCC71C066 for ; Tue, 26 Apr 2011 19:49:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F6A91B406A for ; Tue, 26 Apr 2011 19:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B4B2680505 for ; Tue, 26 Apr 2011 19:49:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/Makefile X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b174bc726c399be39b4e881e3be1492db365d9cd Date: Tue, 26 Apr 2011 19:49:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c32530857bdc3c4abf9bf4ae98e6e2f5 commit: b174bc726c399be39b4e881e3be1492db365d9cd Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 26 19:48:56 2011 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 26 19:48:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/aballier.git;a= =3Dcommit;h=3Db174bc72 Add prefix keywords --- scripts/texlive/tlpsrc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Mak= efile index acd52ff..0fb1cba 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -118,7 +118,7 @@ clean: cat $(@:%.ebuild=3D%.gentoolicense) >> $@ echo "\"" >> $@ echo "SLOT=3D\"0\"" >> $@ - echo "KEYWORDS=3D\"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s3= 90 ~sh ~sparc ~x86 ~x86-fbsd\"" >> $@ + echo "KEYWORDS=3D\"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s3= 90 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-maco= s ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@ echo "IUSE=3D\"\"" >> $@ echo -n "DEPEND=3D\"" >> $@ cat $(@:%.ebuild=3D%.deps) >> $@