From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A27E13800E for ; Thu, 26 Jul 2012 16:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DBAB21C010; Thu, 26 Jul 2012 16:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1833F21C010 for ; Thu, 26 Jul 2012 16:00:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B6E51B40F9 for ; Thu, 26 Jul 2012 16:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33DB8E5436 for ; Thu, 26 Jul 2012 16:00:26 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1343318406.2b507e8c191ffaa9b3358eebd807c179e8aec43b.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-pstricks.extraebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2b507e8c191ffaa9b3358eebd807c179e8aec43b X-VCS-Branch: master Date: Thu, 26 Jul 2012 16:00:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d09e9110-0f60-41a3-9e7d-2e8b3d2a2ef3 X-Archives-Hash: bc855301e348f51015636a0c1a955753 commit: 2b507e8c191ffaa9b3358eebd807c179e8aec43b Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 26 16:00:06 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 26 16:00:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=2b507e8c Patch pedigree so that it finds its .pm file --- .../texlive/tlpsrc/texlive-pstricks.extraebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-pstricks.extraebuild b/scripts/texlive/tlpsrc/texlive-pstricks.extraebuild index 3c2d208..e7671a0 100644 --- a/scripts/texlive/tlpsrc/texlive-pstricks.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-pstricks.extraebuild @@ -2,3 +2,4 @@ TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/pst2pdf/pst2pdf texmf-dist/scripts/pedigree-perl/pedigree.pl " +PATCHES=( "${FILESDIR}/pedigreeloc.patch" )