From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-744329-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 1CB91138B8A for <garchives@archives.gentoo.org>; Sun, 2 Nov 2014 16:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1798EE0805; Sun, 2 Nov 2014 16:54:25 +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 B1FD4E0805 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Nov 2014 16:54:24 +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 7F67E34046B for <gentoo-commits@lists.gentoo.org>; Sun, 2 Nov 2014 16:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B709B949A for <gentoo-commits@lists.gentoo.org>; Sun, 2 Nov 2014 16:54:21 +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: <1414947256.9b8922a10f8789205936014c61cfbc7eff136853.aballier@gentoo> Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/texlive-context.extraebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9b8922a10f8789205936014c61cfbc7eff136853 X-VCS-Branch: master Date: Sun, 2 Nov 2014 16:54:21 +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: 944d01d4-25e3-441e-833c-4430b9550471 X-Archives-Hash: 48c0e329aac4db6e6aee291437186211 commit: 9b8922a10f8789205936014c61cfbc7eff136853 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Nov 2 16:54:16 2014 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Nov 2 16:54:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=9b8922a1 dont install win64 exe either --- scripts/texlive/tlpsrc/texlive-context.extraebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-context.extraebuild b/scripts/texlive/tlpsrc/texlive-context.extraebuild index bc59d01..aead5d7 100644 --- a/scripts/texlive/tlpsrc/texlive-context.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-context.extraebuild @@ -24,7 +24,7 @@ pkg_setup() { # These comes without +x bit set... src_prepare() { # No need to install these .exe - rm -rf texmf-dist/scripts/context/stubs/mswin || die + rm -rf texmf-dist/scripts/context/stubs/{mswin,win64} || die texlive-module_src_prepare }