From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-744387-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 30281138BB2
	for <garchives@archives.gentoo.org>; Sun,  2 Nov 2014 20:10:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 60EFFE08F0;
	Sun,  2 Nov 2014 20:10:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DDC1CE08F0
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Nov 2014 20:10:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AE6D8340296
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Nov 2014 20:10:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E787F94CB
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Nov 2014 20:10:45 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1414959040.6bd2cd7d86bddda4fa506791652fc6cc783c684e.aballier@gentoo>
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: 6bd2cd7d86bddda4fa506791652fc6cc783c684e
X-VCS-Branch: master
Date: Sun,  2 Nov 2014 20:10:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b58805ff-db81-44a4-bd9f-e9eab6653de4
X-Archives-Hash: 1783c2962141d503be6bce02ebcb729b

commit:     6bd2cd7d86bddda4fa506791652fc6cc783c684e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  2 20:10:40 2014 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Nov  2 20:10:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=6bd2cd7d

drop keywords for arches that didnt keyword tl2013

---
 scripts/texlive/tlpsrc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index 1fecd4c..16bee61 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -123,7 +123,7 @@ clean:
 	cat $(@:%.ebuild=%.gentoolicense) >> $@
 	echo "\"" >> $@
 	echo "SLOT=\"0\"" >> $@
-	echo "KEYWORDS=\"~alpha ~amd64 ~arm ~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\"" >> $@
+	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 "IUSE=\"\"" >> $@
 	echo -n "DEPEND=\"" >> $@
 	cat $(@:%.ebuild=%.deps) >> $@